diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:06 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:06 +0200 |
commit | 030bac70e12ebbf84e11fe99ec8dd747bfd41810 (patch) | |
tree | bb4f2fe1c0ce8c48f16a6f1a06a5446bd3564230 /xfce/libxfce4util/Pkgfile | |
parent | 492d231b751b4ba06cc5263893c3168dafc2667c (diff) | |
download | nutyx-pakxe-030bac70e12ebbf84e11fe99ec8dd747bfd41810.tar.gz nutyx-pakxe-030bac70e12ebbf84e11fe99ec8dd747bfd41810.tar.bz2 nutyx-pakxe-030bac70e12ebbf84e11fe99ec8dd747bfd41810.tar.xz nutyx-pakxe-030bac70e12ebbf84e11fe99ec8dd747bfd41810.zip |
libxfce4util dans extra
Diffstat (limited to 'xfce/libxfce4util/Pkgfile')
-rwxr-xr-x | xfce/libxfce4util/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/libxfce4util/Pkgfile b/xfce/libxfce4util/Pkgfile deleted file mode 100755 index 9f25c11e5..000000000 --- a/xfce/libxfce4util/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: Librairie de base pour Xfce -# URL: http://ww.xfce.org/projects/libraries/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: pygobject,intltool -# Run on: - -name=libxfce4util -version=4.8.2 -release=1 -source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2) - -build() { -cd $name-$version - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/xfce4 \ - --localstatedir=/var \ - --disable-static - make - make DESTDIR=$PKG install - rm -r $PKG/usr/share/gtk-doc -} |