diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 23:18:34 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 23:18:34 +0100 |
commit | 52220c20cfd55d9200e78845d3cb3af82dca2f9e (patch) | |
tree | 5bdd3ad158f3b9c0afb06672948adb0deecbd853 /extra | |
parent | 15a436fa416945dc37edd8f65660793207ced4e7 (diff) | |
download | nutyx-pakxe-52220c20cfd55d9200e78845d3cb3af82dca2f9e.tar.gz nutyx-pakxe-52220c20cfd55d9200e78845d3cb3af82dca2f9e.tar.bz2 nutyx-pakxe-52220c20cfd55d9200e78845d3cb3af82dca2f9e.tar.xz nutyx-pakxe-52220c20cfd55d9200e78845d3cb3af82dca2f9e.zip |
imlib dans test
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/imlib/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/imlib/Pkgfile b/extra/imlib/Pkgfile deleted file mode 100755 index eaa4947a4..000000000 --- a/extra/imlib/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: Librairie pour la gestion d'images -# URL: http://ftp.acc.umu.se/pub/GNOME/sources/imlib/1.9/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: libxklavier - -name=imlib -version=1.9.15 -release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/1.9/$name-$version.tar.bz2) - -build() { - cd $name-$version - ./configure --prefix=/usr \ - --sysconfdir=/etc/imlib\ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --disable-gtk-doc - make - make DESTDIR=$PKG install -} |