diff options
Diffstat (limited to 'dev-util/pharmacy/pharmacy-0.3-1.ebuild')
-rw-r--r-- | dev-util/pharmacy/pharmacy-0.3-1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-util/pharmacy/pharmacy-0.3-1.ebuild b/dev-util/pharmacy/pharmacy-0.3-1.ebuild new file mode 100644 index 000000000000..7c3bcbf720b3 --- /dev/null +++ b/dev-util/pharmacy/pharmacy-0.3-1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Ben Lutgens <blutgens@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-util/pharmacy/pharmacy-0.3-1.ebuild,v 1.1 2001/10/06 17:22:51 azarah Exp $ + +#P= +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Gnome Front-End to CVS" +SRC_URI="http://prdownloads.sourceforge.net/pharmacy/${A}" +HOMEPAGE="http://pharmacy.sourceforge.net" + +DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1" + +src_compile() { + + try ./configure --prefix=/usr --host=${CHOST} + try make + +} + +src_install () { + + try make DESTDIR=${D} install + dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + insinto /usr/share/doc/pharmacy/index + doins docs/index/* + insinto /usr/share/doc/pharmacy docs/index.sgml +} + |