contrib/gob2/Pkgfile

17 lines
383 B
Plaintext
Raw Normal View History

2009-01-13 00:07:54 +01:00
# 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
}