# Description: Gestionnaire de fenĂȘtres  Openbox
# URL: http://icculus.org/openbox/index.php/Main_Page
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: startup-notification, pango, hal
 
name=openbox
version=3.4.7.2
release=2
source=(http://icculus.org/openbox/releases/$name-$version.tar.gz)
build()
{
cd $name-$version
./configure --prefix=/usr \
        --with-x \
        --enable-startup-notification \
        --sysconfdir=/etc
make
make DESTDIR=$PKG install
ln -f -sv libobrender.so.16.0.4 $PKG/usr/lib/libobrender.so.21

}