diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-04-19 19:40:46 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-04-19 19:40:46 +0000 |
commit | b838fd04a4a4664ba491eaf07902ade755d4d73b (patch) | |
tree | 7f703965b2f5da9ce8007bcc2cc8d4ded7e8b35c /x11-plugins | |
parent | added to portage (diff) | |
download | historical-b838fd04a4a4664ba491eaf07902ade755d4d73b.tar.gz historical-b838fd04a4a4664ba491eaf07902ade755d4d73b.tar.bz2 historical-b838fd04a4a4664ba491eaf07902ade755d4d73b.zip |
added to portage
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/asbutton/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/asbutton/asbutton-0.3.ebuild | 33 | ||||
-rw-r--r-- | x11-plugins/asbutton/files/asbutton-0.3-gentoo.patch | 13 | ||||
-rw-r--r-- | x11-plugins/asbutton/files/digest-asbutton-0.3 | 1 |
4 files changed, 49 insertions, 2 deletions
diff --git a/x11-plugins/asbutton/Manifest b/x11-plugins/asbutton/Manifest index 58932144baf7..ffb520d3a8b7 100644 --- a/x11-plugins/asbutton/Manifest +++ b/x11-plugins/asbutton/Manifest @@ -1,4 +1,4 @@ -MD5 170b62a62a7556d1b419d8b066788ce8 asbutton-0.3.ebuild 684 -MD5 19cbf396fe75fb55b24ab97c9669500b ChangeLog 311 +MD5 950b0ca328829d9b437baa352dfd3708 asbutton-0.3.ebuild 787 +MD5 70cdcddf37a0683e6caa0cae48ba2dc0 ChangeLog 404 MD5 43c35a2adc1d4b41bdb9a1dd199d3666 files/digest-asbutton-0.3 64 MD5 fdf751b1bc524954a5ad14c19e3eeccc files/asbutton-0.3-gentoo.patch 520 diff --git a/x11-plugins/asbutton/asbutton-0.3.ebuild b/x11-plugins/asbutton/asbutton-0.3.ebuild new file mode 100644 index 000000000000..d097783b3fcd --- /dev/null +++ b/x11-plugins/asbutton/asbutton-0.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/asbutton-0.3.ebuild,v 1.1 2003/04/19 19:40:41 sethbc Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A simple dockable application launcher for use in AfterStep." +SRC_URI="http://www.tigr.net/afterstep/download/asbutton/${P}.tar.gz" +HOMEPAGE="http://www.tigr.net" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/x11" + +src_unpack() { + unpack ${A} + + cd ${S} + patch -p0 < ${FILESDIR}/${P}-gentoo.patch || die "patch failed" +} + +src_compile() { + emake || die "emake failed" +} + +src_install () { + dodir /usr/bin + dodir /usr/share/afterstep/desktop/icons/16bpp + + make DESTDIR=${D} install || die + dodoc README CHANGES +} diff --git a/x11-plugins/asbutton/files/asbutton-0.3-gentoo.patch b/x11-plugins/asbutton/files/asbutton-0.3-gentoo.patch new file mode 100644 index 000000000000..b1f62ac690de --- /dev/null +++ b/x11-plugins/asbutton/files/asbutton-0.3-gentoo.patch @@ -0,0 +1,13 @@ +--- Makefile 2003-04-15 19:14:25.000000000 +0200 ++++ Makefile 2003-04-15 19:14:43.000000000 +0200 +@@ -5,8 +5,8 @@ + CCFLAGS = -O2 + TARGET = asbutton + OBJECTS = asbutton.o readline.o +-BINDIR = /usr/local/bin +-ICONDIR = /usr/share/afterstep/desktop/icons/16bpp ++BINDIR = ${DESTDIR}usr/bin ++ICONDIR = ${DESTDIR}usr/share/afterstep/desktop/icons/16bpp + + ICONS = asb4-1.xpm asb4-2.xpm asb4-3.xpm asb4-4.xpm asb4-blank.xpm asb4-bullethole.xpm \ + asb4-filingcabinet.xpm asb4-gear.xpm asb4-gnu-button-thang.xpm \ diff --git a/x11-plugins/asbutton/files/digest-asbutton-0.3 b/x11-plugins/asbutton/files/digest-asbutton-0.3 new file mode 100644 index 000000000000..a07b1dae5d3c --- /dev/null +++ b/x11-plugins/asbutton/files/digest-asbutton-0.3 @@ -0,0 +1 @@ +MD5 febcc9db3eb615856bbebdc966ea4f27 asbutton-0.3.tar.gz 106550 |