diff options
Diffstat (limited to 'extra/openbox/Pkgfile')
-rw-r--r-- | extra/openbox/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/openbox/Pkgfile b/extra/openbox/Pkgfile new file mode 100644 index 000000000..b7f80df61 --- /dev/null +++ b/extra/openbox/Pkgfile @@ -0,0 +1,22 @@ +# 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 + +} |