contrib/obconf/Pkgfile
Bartlomiej Palmowski 0c52c1eaf8 changed email adress
2009-01-10 14:30:03 +01:00

18 lines
469 B
Plaintext

# Description: openbox preferences manager
# URL: http://openbox.org/obconf/
# Packager: Marcin Karpezo <sirmacik@happylinux.pl>
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: openbox libglade startup-notification
name=obconf
version=2.0.3
release=1
source=(http://icculus.org/openbox/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}