diff options
author | Phil Bordelon <sunflare@gentoo.org> | 2002-07-09 17:36:26 +0000 |
---|---|---|
committer | Phil Bordelon <sunflare@gentoo.org> | 2002-07-09 17:36:26 +0000 |
commit | 921c65b63d5a5da7f056b7e03cec6a468fff9efa (patch) | |
tree | 2d3c0f497c35741b67dc795a0acc844c1bc0b938 /x11-misc | |
parent | Forgot to add the ChangeLog. (diff) | |
download | gentoo-2-921c65b63d5a5da7f056b7e03cec6a468fff9efa.tar.gz gentoo-2-921c65b63d5a5da7f056b7e03cec6a468fff9efa.tar.bz2 gentoo-2-921c65b63d5a5da7f056b7e03cec6a468fff9efa.zip |
New package. ebuild originally by mark.gt@ruddygore.net. lintool'd and repoman'd.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/autocutsel/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/autocutsel/autocutsel-0.6.2.ebuild | 29 | ||||
-rw-r--r-- | x11-misc/autocutsel/files/digest-autocutsel-0.6.2 | 1 |
3 files changed, 41 insertions, 0 deletions
diff --git a/x11-misc/autocutsel/ChangeLog b/x11-misc/autocutsel/ChangeLog new file mode 100644 index 000000000000..e9b44ec2602c --- /dev/null +++ b/x11-misc/autocutsel/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $header$ + +*autocutsel-0.6.2 (09 Jul 2002) + + 09 Jul 2002; Phil Bordelon <sunflare@gentoo.org> autocutsel-0.6.2.ebuild : + + New package. The original ebuild was by M. J. Gordon + <mark.gt@ruddygore.net>--see Bug #3740. Cleaned up, + lintool'd and repoman'd. diff --git a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild b/x11-misc/autocutsel/autocutsel-0.6.2.ebuild new file mode 100644 index 000000000000..8f1b992885dd --- /dev/null +++ b/x11-misc/autocutsel/autocutsel-0.6.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +S=${WORKDIR}/${P} +DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications." +HOMEPAGE="http://www.lepton.fr/tools/autocutsel/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/glibc virtual/x11" +RDEPEND=${DEPEND} + +SRC_URI="http://www.lepton.fr/tools/autocutsel/${P}.tar.gz" + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO +} diff --git a/x11-misc/autocutsel/files/digest-autocutsel-0.6.2 b/x11-misc/autocutsel/files/digest-autocutsel-0.6.2 new file mode 100644 index 000000000000..5d4a8337b207 --- /dev/null +++ b/x11-misc/autocutsel/files/digest-autocutsel-0.6.2 @@ -0,0 +1 @@ +MD5 6433673cff5e063e28a0d96b13393199 autocutsel-0.6.2.tar.gz 40776 |