18 lines
469 B
Plaintext
18 lines
469 B
Plaintext
# Description: openbox preferences manager
|
|
# URL: http://openbox.org/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=2.0.3
|
|
release=1
|
|
source=(http://icculus.org/openbox/$name/$name-$version.tar.gz)
|
|
|
|
build () {
|
|
cd $name-$version
|
|
./configure --prefix=/usr --disable-nls
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|