diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-12-31 23:47:55 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-12-31 23:47:55 +0000 |
commit | 420ef5ef2ea4a3f31ca150bd4e690098c00767c8 (patch) | |
tree | 12f620ab81157bbf710054146dbbcb982e6ef60f /sys-apps/cpio | |
parent | drip, for video conversion to divx (diff) | |
download | gentoo-2-420ef5ef2ea4a3f31ca150bd4e690098c00767c8.tar.gz gentoo-2-420ef5ef2ea4a3f31ca150bd4e690098c00767c8.tar.bz2 gentoo-2-420ef5ef2ea4a3f31ca150bd4e690098c00767c8.zip |
header and form updates
Diffstat (limited to 'sys-apps/cpio')
-rw-r--r-- | sys-apps/cpio/cpio-2.4.2-r4.ebuild | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/sys-apps/cpio/cpio-2.4.2-r4.ebuild b/sys-apps/cpio/cpio-2.4.2-r4.ebuild index 644f3ca295e0..384671367caf 100644 --- a/sys-apps/cpio/cpio-2.4.2-r4.ebuild +++ b/sys-apps/cpio/cpio-2.4.2-r4.ebuild @@ -1,20 +1,16 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.4.2-r4.ebuild,v 1.3 2001/11/24 18:36:40 drobbins Exp $ +# Maintainer: Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.4.2-r4.ebuild,v 1.4 2001/12/31 23:47:55 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="A file archival tool which can also read and write tar files" SRC_URI="ftp://prep.ai.mit.edu/gnu/cpio/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" + DEPEND="virtual/glibc" RDEPEND="virtual/glibc" -src_compile() { - ./configure --host=${CHOST} --prefix=/usr || die - emake || die -} - src_unpack() { unpack ${A} cd ${S} @@ -24,6 +20,12 @@ src_unpack() { sed -e "85d" userspec.c.orig > userspec.c } +src_compile() { + ./configure --host=${CHOST} \ + --prefix=/usr || die + emake || die +} + src_install() { #our official mt is now the mt in app-arch/mt-st (supports Linux 2.4, unlike this one) dobin cpio |