From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- openbox/Pkgfile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 openbox/Pkgfile (limited to 'openbox/Pkgfile') diff --git a/openbox/Pkgfile b/openbox/Pkgfile new file mode 100644 index 000000000..c347b1008 --- /dev/null +++ b/openbox/Pkgfile @@ -0,0 +1,34 @@ +# 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 +# Run on: startup-notification,pango + +name=openbox +version=3.4.11.2 +release=2 +source=(http://icculus.org/openbox/releases/$name-$version.tar.gz \ + openbox.xinitrc) + +build() +{ +cd $name-$version +./configure --prefix=/usr \ + --with-x \ + --enable-startup-notification \ + --sysconfdir=/etc +make +make DESTDIR=$PKG install +install -D -m644 ../openbox.xinitrc \ +$PKG/etc/X11/dm/openbox.xinitrc +mkdir -p $PKG/etc/qingy/sessions +cat > $PKG/etc/qingy/sessions/openbox << "EOF" +source /etc/profile +userclientrc=/etc/X11/dm/openbox.xinitrc /usr/bin/startx.qingy +EOF + +chmod 755 $PKG/etc/qingy/sessions/openbox + +} + -- cgit v1.2.3-54-g00ecf