contrib/obconf/Pkgfile
2012-07-22 15:36:03 +02:00

22 lines
549 B
Plaintext

# Description: openbox preferences manager
# URL: http://openbox.org/wiki/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=git
release=1
source=(http://ci.crux.org.pl/userContent/$name-git_master_cc7a18807663313.tar.xz
preview_c.patch)
build () {
cd $name
patch -p2 -i$SRC/preview_c.patch
./bootstrap
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}