diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 22:00:43 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 22:00:43 +0200 |
commit | 4ae4687848c0d24e39bf6bbd0790597b4a8ef936 (patch) | |
tree | de570445657f8a237ca956b5753ce9f1f5ef1bcd /extra/openbox/Pkgfile | |
parent | f639ada9445583c816224ce0707d5e832aff5d82 (diff) | |
download | nutyx-pakxe-4ae4687848c0d24e39bf6bbd0790597b4a8ef936.tar.gz nutyx-pakxe-4ae4687848c0d24e39bf6bbd0790597b4a8ef936.tar.bz2 nutyx-pakxe-4ae4687848c0d24e39bf6bbd0790597b4a8ef936.tar.xz nutyx-pakxe-4ae4687848c0d24e39bf6bbd0790597b4a8ef936.zip |
Ajout de openbox#3.4.7.2-2
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 + +} |