2008-10-11 16:22:09 +02:00
|
|
|
# Description: openbox preferences manager
|
2012-07-22 15:31:54 +02:00
|
|
|
# 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
|
2012-07-22 15:31:54 +02:00
|
|
|
version=git
|
2008-10-11 16:22:09 +02:00
|
|
|
release=1
|
2012-07-22 15:31:54 +02:00
|
|
|
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 () {
|
2012-07-22 15:31:54 +02:00
|
|
|
cd $name
|
|
|
|
patch -p2 -i$SRC/preview_c.patch
|
2012-07-22 15:36:03 +02:00
|
|
|
./bootstrap
|
2008-10-11 16:22:09 +02:00
|
|
|
./configure --prefix=/usr --disable-nls
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|
2012-07-22 15:31:54 +02:00
|
|
|
|