diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-20 21:22:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-20 21:22:27 +0000 |
commit | 20007e971a038772430586c0690d5442f9604366 (patch) | |
tree | 6ae3f4976d38047f791b45837c4c86791f37e3e8 /dev-libs/pth/pth-1.4.0.ebuild | |
parent | repoman (diff) | |
download | gentoo-2-20007e971a038772430586c0690d5442f9604366.tar.gz gentoo-2-20007e971a038772430586c0690d5442f9604366.tar.bz2 gentoo-2-20007e971a038772430586c0690d5442f9604366.zip |
repoman
Diffstat (limited to 'dev-libs/pth/pth-1.4.0.ebuild')
-rw-r--r-- | dev-libs/pth/pth-1.4.0.ebuild | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild index 11c98a86b8f2..ca7624539ae8 100644 --- a/dev-libs/pth/pth-1.4.0.ebuild +++ b/dev-libs/pth/pth-1.4.0.ebuild @@ -1,24 +1,18 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.10 2003/11/25 03:32:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.11 2004/02/20 21:22:27 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="GNU Portable Threads" -SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-${PV}.tar.gz" HOMEPAGE="http://www.gnu.org/software/pth/" +SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-${PV}.tar.gz" -SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 sparc ~alpha" +SLOT="0" +KEYWORDS="x86 ppc sparc ~alpha" DEPEND="virtual/glibc" -src_compile() { - econf || die - emake || die -} - src_install() { einstall || die - dodoc ANNOUNCE AUTHORS COPYING ChangeLog NEWS README THANKS USERS + dodoc ANNOUNCE AUTHORS ChangeLog NEWS README THANKS USERS } |