summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-03-04 04:58:20 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-03-04 04:58:20 +0000
commitc7aa96985d0d8638f5ae0d1bf3822a058e5b3b7f (patch)
tree98b044c296285a5a345284275cd33a1aed324ea5 /app-arch/mt-st
parentnew iproute (diff)
downloadgentoo-2-c7aa96985d0d8638f5ae0d1bf3822a058e5b3b7f.tar.gz
gentoo-2-c7aa96985d0d8638f5ae0d1bf3822a058e5b3b7f.tar.bz2
gentoo-2-c7aa96985d0d8638f5ae0d1bf3822a058e5b3b7f.zip
star/tar/cpio/mt-st fixing
Diffstat (limited to 'app-arch/mt-st')
-rw-r--r--app-arch/mt-st/files/digest-mt-st-0.61
-rw-r--r--app-arch/mt-st/mt-st-0.6.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/app-arch/mt-st/files/digest-mt-st-0.6 b/app-arch/mt-st/files/digest-mt-st-0.6
new file mode 100644
index 000000000000..4f0023b40bdd
--- /dev/null
+++ b/app-arch/mt-st/files/digest-mt-st-0.6
@@ -0,0 +1 @@
+MD5 462b1bf60fe02651b05e735a57fabf12 mt-st-0.6.tar.gz
diff --git a/app-arch/mt-st/mt-st-0.6.ebuild b/app-arch/mt-st/mt-st-0.6.ebuild
new file mode 100644
index 000000000000..9da5f4af67b0
--- /dev/null
+++ b/app-arch/mt-st/mt-st-0.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2000 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.6.ebuild,v 1.1 2001/03/04 04:58:05 drobbins 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() {
+ try make
+}
+
+src_install() {
+ dosbin mt stinit
+ doman mt.1 stinit.8
+}
+
+