diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-06-21 19:45:54 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-06-21 19:45:54 +0000 |
commit | e9f203317aacea7c9141aaab989ea39be08a9a4a (patch) | |
tree | 352af58b9e8dbf1017915c9614cd8aa5eb4cd345 /dev-libs/popt | |
parent | A opengl image viewer (diff) | |
download | historical-e9f203317aacea7c9141aaab989ea39be08a9a4a.tar.gz historical-e9f203317aacea7c9141aaab989ea39be08a9a4a.tar.bz2 historical-e9f203317aacea7c9141aaab989ea39be08a9a4a.zip |
commit damn you
Diffstat (limited to 'dev-libs/popt')
-rw-r--r-- | dev-libs/popt/popt-1.5.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-libs/popt/popt-1.5.ebuild b/dev-libs/popt/popt-1.5.ebuild new file mode 100644 index 000000000000..1e7cc9715370 --- /dev/null +++ b/dev-libs/popt/popt-1.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Ben Lutgens <lamer@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.5.ebuild,v 1.1 2001/06/21 19:45:54 lamer Exp $ + +#P= +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="libpopt needed for lots of gnome stuff" +SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/${A}" +HOMEPAGE="http://www.rpm.org" + +DEPEND="" + +src_compile() { + + try ./configure --prefix=/usr --host=${CHOST} + try make + +} + +src_install () { + + try make DESTDIR=${D} install + +} + |