opt/gob/Pkgfile

18 lines
371 B
Plaintext
Raw Normal View History

2006-09-03 21:10:23 +02:00
# 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
2007-11-29 19:27:13 +01:00
version=2.0.15
2006-09-03 21:10:23 +02:00
release=1
source=(http://ftp.5z.com/pub/$name/gob2-$version.tar.gz)
build() {
cd gob2-$version
2007-11-29 19:27:13 +01:00
./configure --prefix=/usr \
--mandir=/usr/man
2006-09-03 21:10:23 +02:00
make
make DESTDIR=$PKG install
}