gob2: initial import

This commit is contained in:
Thomas Penteker 2009-01-13 00:07:54 +01:00
parent b27d5a70cf
commit bbbb0d91f5
3 changed files with 26 additions and 0 deletions

9
gob2/.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/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/gob2.m4
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/gob2.1.gz

1
gob2/.md5sum Normal file
View File

@ -0,0 +1 @@
0c5ab18305fc37902d202a253fdb28b1 gob2-2.0.15.tar.gz

16
gob2/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: a preprocessor for making GObjects with # inline C
# URL: http://www.5z.com/jirka/gob.html#download
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=gob2
version=2.0.15
release=1
source=(http://ftp.5z.com/pub/gob/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}