diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-04-13 03:28:48 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-04-13 03:28:48 +0000 |
commit | 37b747003c6642ea0077aa0817fd954e90dc129b (patch) | |
tree | c2c702223b50c033a4f141aa02740d246512c8ca /app-arch/mt-st | |
parent | optional USE dependent tiff support (diff) | |
download | gentoo-2-37b747003c6642ea0077aa0817fd954e90dc129b.tar.gz gentoo-2-37b747003c6642ea0077aa0817fd954e90dc129b.tar.bz2 gentoo-2-37b747003c6642ea0077aa0817fd954e90dc129b.zip |
update to latest
Diffstat (limited to 'app-arch/mt-st')
-rw-r--r-- | app-arch/mt-st/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/mt-st/files/digest-mt-st-0.7 | 1 | ||||
-rw-r--r-- | app-arch/mt-st/mt-st-0.7.ebuild | 27 |
3 files changed, 35 insertions, 1 deletions
diff --git a/app-arch/mt-st/ChangeLog b/app-arch/mt-st/ChangeLog index 6ab81e7141bb..66d0dec7a6c5 100644 --- a/app-arch/mt-st/ChangeLog +++ b/app-arch/mt-st/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-arch/mt-st # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.1 2002/02/01 21:52:59 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.2 2002/04/13 03:28:48 woodchip Exp $ + +*mt-st-0.7 (12 Apr 2002) + + 12 Apr 2002; Donny Davies <woodchip@gentoo.org> : + + Update to latest available release. *mt-st-0.6 (1 Feb 2002) diff --git a/app-arch/mt-st/files/digest-mt-st-0.7 b/app-arch/mt-st/files/digest-mt-st-0.7 new file mode 100644 index 000000000000..36a6f6cc8f18 --- /dev/null +++ b/app-arch/mt-st/files/digest-mt-st-0.7 @@ -0,0 +1 @@ +MD5 3e1cb5a09dc73c6e54089e2056f9ff55 mt-st-0.7.tar.gz 35529 diff --git a/app-arch/mt-st/mt-st-0.7.ebuild b/app-arch/mt-st/mt-st-0.7.ebuild new file mode 100644 index 000000000000..83cf549cde39 --- /dev/null +++ b/app-arch/mt-st/mt-st-0.7.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author: Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.7.ebuild,v 1.1 2002/04/13 03:28:48 woodchip Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Enhanced mt command for Linux, supporting Linux 2.4 ioctls" +SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz" +HOMEPAGE="http://www.gnu.org/software/tar/" + +DEPEND="virtual/glibc" + +src_unpack() { + unpack ${A} + cd ${S} + cp Makefile Makefile.orig + sed -e "s:-O2:${CFLAGS}:g" Makefile.orig > Makefile +} + +src_compile() { + emake || die +} + +src_install() { + dosbin mt stinit + doman mt.1 stinit.8 +} |