diff options
Diffstat (limited to 'app-arch/mt-st/mt-st-0.7-r1.ebuild')
-rw-r--r-- | app-arch/mt-st/mt-st-0.7-r1.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/app-arch/mt-st/mt-st-0.7-r1.ebuild b/app-arch/mt-st/mt-st-0.7-r1.ebuild index 590ef3aadacb..626532d2f5a9 100644 --- a/app-arch/mt-st/mt-st-0.7-r1.ebuild +++ b/app-arch/mt-st/mt-st-0.7-r1.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.7-r1.ebuild,v 1.7 2004/06/24 21:33:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.7-r1.ebuild,v 1.8 2004/06/25 23:52:33 vapier Exp $ DESCRIPTION="Enhanced mt command for Linux, supporting Linux 2.4 ioctls" HOMEPAGE="http://www.gnu.org/software/tar/" - SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz" -SLOT="0" + LICENSE="GPL-2" -IUSE="" +SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 ~ia64" -DEPEND="virtual/glibc" +IUSE="" + +DEPEND="virtual/libc" src_unpack() { unpack ${A} || die @@ -23,7 +24,7 @@ src_compile() { } src_install() { - dosbin mt stinit + dosbin mt stinit || die doman mt.1 stinit.8 dodoc README* stinit.def.examples } |