diff options
author | 2001-05-14 10:48:12 +0000 | |
---|---|---|
committer | 2001-05-14 10:48:12 +0000 | |
commit | 32a61f55a38bae9c8c6b18ca0f974765f32949e4 (patch) | |
tree | f77af80c06901fd836dcf24fc4e71fcf610bab65 /sys-apps | |
parent | a fix for packages beginning with "nan" (diff) | |
download | historical-32a61f55a38bae9c8c6b18ca0f974765f32949e4.tar.gz historical-32a61f55a38bae9c8c6b18ca0f974765f32949e4.tar.bz2 historical-32a61f55a38bae9c8c6b18ca0f974765f32949e4.zip |
Update
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/eject/eject-2.0.6.ebuild | 25 | ||||
-rw-r--r-- | sys-apps/eject/files/digest-eject-2.0.6 | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/sys-apps/eject/eject-2.0.6.ebuild b/sys-apps/eject/eject-2.0.6.ebuild new file mode 100644 index 000000000000..fc37604b838e --- /dev/null +++ b/sys-apps/eject/eject-2.0.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.0.6.ebuild,v 1.1 2001/05/14 10:48:12 achim Exp $ + +#P= +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="" +SRC_URI="http://www.ibiblio.org/pub/Linux/utils/disk-management/${A}" +HOMEPAGE="http://www.pobox.com/~tranter/eject.html" + +DEPEND="virtual/glibc" + +src_compile() { + try ./configure --prefix=/usr --mandir=/usr/share/man + try make +} + +src_install () { + dodir /usr/bin /usr/share/man/man1 + try make DESTDIR=${D} install + dodoc ChangeLog COPYING README PORTING TODO + dodoc AUTHORS NEWS PROBLEMS +} diff --git a/sys-apps/eject/files/digest-eject-2.0.6 b/sys-apps/eject/files/digest-eject-2.0.6 new file mode 100644 index 000000000000..55cdf81a1548 --- /dev/null +++ b/sys-apps/eject/files/digest-eject-2.0.6 @@ -0,0 +1 @@ +MD5 0580d836a8412dd7d43715d34537b954 eject-2.0.6.tar.gz |