summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-04-23 16:23:48 +0000
committerMike Frysinger <vapier@gentoo.org>2003-04-23 16:23:48 +0000
commit40a6a8a3ff7430ef83b1771a93d6bfbafc699a67 (patch)
tree807a52e78cf5f57beb96a18c8b232e00eb825a8d /dev-util/gob/gob-1.0.12.ebuild
parenttouchups (diff)
downloadgentoo-2-40a6a8a3ff7430ef83b1771a93d6bfbafc699a67.tar.gz
gentoo-2-40a6a8a3ff7430ef83b1771a93d6bfbafc699a67.tar.bz2
gentoo-2-40a6a8a3ff7430ef83b1771a93d6bfbafc699a67.zip
touchups
Diffstat (limited to 'dev-util/gob/gob-1.0.12.ebuild')
-rw-r--r--dev-util/gob/gob-1.0.12.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-util/gob/gob-1.0.12.ebuild b/dev-util/gob/gob-1.0.12.ebuild
index 3b5184fa01d8..0e7c696d0c9c 100644
--- a/dev-util/gob/gob-1.0.12.ebuild
+++ b/dev-util/gob/gob-1.0.12.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-1.0.12.ebuild,v 1.10 2003/03/29 02:51:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-1.0.12.ebuild,v 1.11 2003/04/23 16:23:48 vapier Exp $
-S=${WORKDIR}/${P}
-DESCRIPTION="GOB is a preprocessor for making GTK+ objects with inline C code"
+DESCRIPTION="preprocessor for making GTK+ objects with inline C code"
SRC_URI="http://ftp.5z.com/pub/gob/${P}.tar.gz"
HOMEPAGE="http://www.5z.com/jirka/gob.html"
@@ -20,7 +19,7 @@ src_compile() {
make || die
}
-src_install () {
+src_install() {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
+ dodoc AUTHORS ChangeLog NEWS README TODO
}