blob: d8242da19781ee7082ae2dd57f79865d5a345e4d (
plain)
1 # Description: openbox preferences manager
2 # URL: http://openbox.org/obconf/
3 # Packager: Marcin Karpezo <sirmacik@happylinux.pl>
4 # Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
5 # Depends on: openbox libglade startup-notification
6
7 name=obconf
8 version=2.0.3
9 release=1
10 source=(http://icculus.org/openbox/$name/$name-$version.tar.gz)
11
12 build () {
13 cd $name-$version
14 ./configure --prefix=/usr --disable-nls
15 make
16 make DESTDIR=$PKG install
17 }
|