contrib/obconf/Pkgfile

20 lines
565 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=2.0.4
2008-10-11 16:22:09 +02:00
release=1
source=(http://openbox.org/dist/$name/$name-$version.tar.gz preview_c.patch)
2008-10-11 16:22:09 +02:00
build () {
cd $name-$version
patch -p2 -i../preview_c.patch
./configure --prefix=/usr --disable-nls --disable-dependency-tracking
make
make DESTDIR=$PKG install
2008-10-11 16:22:09 +02:00
}