diff options
author | Ben Lutgens <lamer@gentoo.org> | 2001-07-31 04:29:56 +0000 |
---|---|---|
committer | Ben Lutgens <lamer@gentoo.org> | 2001-07-31 04:29:56 +0000 |
commit | 92ff28b23b5770d7a7085a43e2109b213af852e0 (patch) | |
tree | d698b638592d9f69c416f82665f9ff9fc1d878e8 /incoming | |
parent | old (slightly broken) mplayer ebuild removed (diff) | |
download | gentoo-2-92ff28b23b5770d7a7085a43e2109b213af852e0.tar.gz gentoo-2-92ff28b23b5770d7a7085a43e2109b213af852e0.tar.bz2 gentoo-2-92ff28b23b5770d7a7085a43e2109b213af852e0.zip |
added apmd
Diffstat (limited to 'incoming')
-rw-r--r-- | incoming/apmd/apmd-3.0.1.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/incoming/apmd/apmd-3.0.1.ebuild b/incoming/apmd/apmd-3.0.1.ebuild deleted file mode 100644 index 0ea1f8691f1f..000000000000 --- a/incoming/apmd/apmd-3.0.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Craig Joly <joly@ee.ualberta.ca> - -S=${WORKDIR}/${P} -DESCRIPTION="Advanced Power Management Daemon" -SRC_URI="ftp://ftp.debian.org/debian/pool/main/a/apmd/apmd_3.0.1-1.tar.gz" -HOMEPAGE="http://www.worldvisions.ca/~apenwarr/apmd/" - -src_compile() { - - try emake - -} - -src_install () { - - dodir /usr/ - dobin apm - dobin on_ac_power - dobin xapm - dobin tailf - dobin apmsleep - dosbin apmd - doman *.{1,8} - dolib.a libapm.a - - insinto /usr/include - insopts -m 0644 - doins apm.h - - insinto /etc/apm - insopts -m 0755 - doins ${S}/debian/apmd_proxy - - insinto /etc/rc.d/init.d - insopts -m 0755 - doins ${FILESDIR}/apmd - doins ${FILESDIR}/svc-apmd - - insinto /var/lib/supervise/services/apmd - insopts -m 0755 - doins ${FILESDIR}/run - - dodoc ANNOUNCE BUGS.apmsleep COPYING COPYING.LIB ChangeLog LSM \ - README README.transfer -} |