diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 13:31:56 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 13:31:56 +0000 |
commit | 43098e31a50cc9866df943f92c007fe9ad305a51 (patch) | |
tree | d9ab45324169749d4effa8e14fd9f9a49b37972d /dev-util/pharmacy | |
parent | repoman'd (diff) | |
download | historical-43098e31a50cc9866df943f92c007fe9ad305a51.tar.gz historical-43098e31a50cc9866df943f92c007fe9ad305a51.tar.bz2 historical-43098e31a50cc9866df943f92c007fe9ad305a51.zip |
repoman'd
Diffstat (limited to 'dev-util/pharmacy')
-rw-r--r-- | dev-util/pharmacy/pharmacy-0.3-r1.ebuild | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/dev-util/pharmacy/pharmacy-0.3-r1.ebuild b/dev-util/pharmacy/pharmacy-0.3-r1.ebuild index 7235c1649e11..6c1ce064b8ea 100644 --- a/dev-util/pharmacy/pharmacy-0.3-r1.ebuild +++ b/dev-util/pharmacy/pharmacy-0.3-r1.ebuild @@ -1,24 +1,27 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/pharmacy/pharmacy-0.3-r1.ebuild,v 1.5 2002/07/11 06:30:25 drobbins Exp $ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pharmacy/pharmacy-0.3-r1.ebuild,v 1.6 2002/07/23 13:28:37 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gnome Front-End to CVS" SRC_URI="mirror://sourceforge/pharmacy/${P}.tar.gz" HOMEPAGE="http://pharmacy.sourceforge.net" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1" src_compile() { - ./configure --prefix=/usr --host=${CHOST} || die - + econf || die make || die } src_install () { make DESTDIR=${D} install || die - dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + dodoc AUTHORS COPYING ChangeLog NEWS README TODO insinto /usr/share/doc/pharmacy/index doins docs/index/* |