forked from ports/contrib
gob2: initial import
This commit is contained in:
parent
b27d5a70cf
commit
bbbb0d91f5
9
gob2/.footprint
Normal file
9
gob2/.footprint
Normal 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
1
gob2/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
0c5ab18305fc37902d202a253fdb28b1 gob2-2.0.15.tar.gz
|
16
gob2/Pkgfile
Normal file
16
gob2/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user