gob: initial import, version 2.0.14

This commit is contained in:
Matt Housh 2006-09-03 19:10:23 +00:00
parent 0ae5ad01da
commit f6ba092072
3 changed files with 26 additions and 0 deletions

9
gob/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gob2
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/gob2.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/gob2.m4

1
gob/.md5sum Normal file
View File

@ -0,0 +1 @@
f8721af6f4e90ff48bd7cb4c96a5a94c gob2-2.0.14.tar.gz

16
gob/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: The GObject Builder
# URL: http://www.5z.com/jirka/gob.html
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: bison, flex, glib, gtk
name=gob
version=2.0.14
release=1
source=(http://ftp.5z.com/pub/$name/gob2-$version.tar.gz)
build() {
cd gob2-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}