contrib/obconf/Pkgfile

22 lines
549 B
Plaintext
Raw Normal View History

2008-10-11 16:22:09 +02:00
# Description: openbox preferences manager
# URL: http://openbox.org/wiki/Obconf
2008-10-11 16:22:09 +02:00
# Packager: Marcin Karpezo <sirmacik@happylinux.pl>
2009-01-10 14:30:03 +01:00
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
2008-10-11 16:22:09 +02:00
# Depends on: openbox libglade startup-notification
name=obconf
version=git
2008-10-11 16:22:09 +02:00
release=1
source=(http://ci.crux.org.pl/userContent/$name-git_master_cc7a18807663313.tar.xz
preview_c.patch)
2008-10-11 16:22:09 +02:00
build () {
cd $name
patch -p2 -i$SRC/preview_c.patch
./bootstrap
2008-10-11 16:22:09 +02:00
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}