diff options
Diffstat (limited to 'app-office/gbib/gbib-0.1.2.ebuild')
-rw-r--r-- | app-office/gbib/gbib-0.1.2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-office/gbib/gbib-0.1.2.ebuild b/app-office/gbib/gbib-0.1.2.ebuild index 27a0892c871e..04486b7e96c4 100644 --- a/app-office/gbib/gbib-0.1.2.ebuild +++ b/app-office/gbib/gbib-0.1.2.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gbib/gbib-0.1.2.ebuild,v 1.1 2004/02/23 18:00:29 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gbib/gbib-0.1.2.ebuild,v 1.2 2004/04/07 18:48:20 vapier Exp $ -DESCRIPTION="gBib is a user-friendly editor and browser for BibTeX bibliographic databases." -HOMEPAGE="http://gbib.seul.org" +inherit eutils + +DESCRIPTION="user-friendly editor and browser for BibTeX bibliographic databases" +HOMEPAGE="http://gbib.seul.org/" SRC_URI="ftp://ftp.seul.org/pub/gbib/src/${P}.tar.gz" LICENSE="GPL-2" @@ -30,7 +32,7 @@ src_compile() { src_install() { make install DESTDIR=${D} || die - dodoc ABOUT-NLS AUTHORS CHANGES COPYING INSTALL README TODO || die + dodoc ABOUT-NLS AUTHORS CHANGES INSTALL README TODO || die } pkg_postinst() { |