summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-06 04:46:45 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-06 04:46:45 +0000
commit406880a5ecfcf929855302076e3ee58732bf77f8 (patch)
treef825142bea8960f674c74c9c965b435eb3a5212b /app-arch/pax
parentver bumpage (diff)
downloadgentoo-2-406880a5ecfcf929855302076e3ee58732bf77f8.tar.gz
gentoo-2-406880a5ecfcf929855302076e3ee58732bf77f8.tar.bz2
gentoo-2-406880a5ecfcf929855302076e3ee58732bf77f8.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-arch/pax')
-rw-r--r--app-arch/pax/pax-3.3.4.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/app-arch/pax/pax-3.3.4.ebuild b/app-arch/pax/pax-3.3.4.ebuild
index 71591d3372be..32e787b1dcdb 100644
--- a/app-arch/pax/pax-3.3.4.ebuild
+++ b/app-arch/pax/pax-3.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/pax-3.3.4.ebuild,v 1.4 2004/02/22 06:08:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/pax-3.3.4.ebuild,v 1.5 2004/03/06 04:43:43 vapier Exp $
inherit eutils rpm
@@ -11,8 +11,8 @@ DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive tool"
HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/"
SRC_URI="ftp://rpmfind.net/linux/contrib/libc6/SRPMS/${MY_PS}.src.rpm"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64"
IUSE=""
@@ -28,13 +28,8 @@ src_unpack() {
epatch ${WORKDIR}/pax-3.3-bzip2.patch
}
-src_compile () {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install () {
- dobin src/pax
+src_install() {
+ dobin src/pax || die
doman src/pax.1
dodoc AUTHORS ChangeLog NEWS README THANKS
}