contrib/gob/Pkgfile

17 lines
398 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:
2009-03-22 22:40:15 +01:00
name=gob
2014-01-03 20:10:11 +01:00
version=2.0.20
2009-01-13 00:07:54 +01:00
release=1
2009-06-23 23:13:38 +02:00
source=(http://ftp.5z.com/pub/gob/gob2-$version.tar.gz)
2009-01-13 00:07:54 +01:00
build() {
2009-06-23 23:13:38 +02:00
cd gob2-$version
2009-01-13 00:10:25 +01:00
./configure --prefix=/usr --mandir=/usr/man
2009-01-13 00:07:54 +01:00
make
make DESTDIR=$PKG install
}