diff options
author | David Chamberlain <daybird@gentoo.org> | 2002-05-08 14:53:23 +0000 |
---|---|---|
committer | David Chamberlain <daybird@gentoo.org> | 2002-05-08 14:53:23 +0000 |
commit | ae8f9ea6dc6c63a646ba6384bc1579182c7b8a66 (patch) | |
tree | 236e0be5880fef66b49c76f7946d8b34c9f2bee2 /sys-apps/gtkpbbuttons | |
parent | unmasked pbbuttonsd (diff) | |
download | historical-ae8f9ea6dc6c63a646ba6384bc1579182c7b8a66.tar.gz historical-ae8f9ea6dc6c63a646ba6384bc1579182c7b8a66.tar.bz2 historical-ae8f9ea6dc6c63a646ba6384bc1579182c7b8a66.zip |
new ebuilds for gtkpbbuttons and powerprefs (ppc-only)
Diffstat (limited to 'sys-apps/gtkpbbuttons')
-rw-r--r-- | sys-apps/gtkpbbuttons/files/digest-gtkpbbuttons-0.4.6b | 1 | ||||
-rw-r--r-- | sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/sys-apps/gtkpbbuttons/files/digest-gtkpbbuttons-0.4.6b b/sys-apps/gtkpbbuttons/files/digest-gtkpbbuttons-0.4.6b new file mode 100644 index 000000000000..cc8f65287ce9 --- /dev/null +++ b/sys-apps/gtkpbbuttons/files/digest-gtkpbbuttons-0.4.6b @@ -0,0 +1 @@ +MD5 5cf42d047f643f94cefc8a70a7d0d949 gtkpbbuttons-0.4.6b.tar.gz 211571 diff --git a/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild b/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild new file mode 100644 index 000000000000..a2d5c493aece --- /dev/null +++ b/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author David Chamberlain <daybird@gentoo.org> + +S=${WORKDIR}/${P} +DESCRIPTION="gtkpbbuttons is a PPC-only program to monitor special Powerbook/iBook keys in Linux" +SRC_URI="http://www.cymes.de/members/joker/projects/pbbuttons/tar/${P}.tar.gz" +HOMEPAGE="http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html" + +DEPEND="x11-libs/gtk+ sys-apps/pbbuttonsd" + +src_compile() { + + ./configure --prefix=/usr || die "sorry, ppc-only package" + make || die "sorry, gtkpbbuttons compile failed" +} + +src_install() { + + make \ + prefix=${D}/usr \ + mandir={D}/usr/share/man \ + infodir={D}/usr/share/info \ + install || die "sorry, failed to install gtkpbbuttons" + + dodoc README COPYING + +} |