diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 22:17:51 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 22:17:51 +0100 |
commit | 5914200ef2890e84609bcef6baaf47f9745e9989 (patch) | |
tree | e7053467270846853e2f25b49f8894f7c6c0e8e0 /extra/libgnomecups/Pkgfile | |
parent | a493cd0ff40176c8b04518107ef9be799783565f (diff) | |
download | nutyx-pakxe-5914200ef2890e84609bcef6baaf47f9745e9989.tar.gz nutyx-pakxe-5914200ef2890e84609bcef6baaf47f9745e9989.tar.bz2 nutyx-pakxe-5914200ef2890e84609bcef6baaf47f9745e9989.tar.xz nutyx-pakxe-5914200ef2890e84609bcef6baaf47f9745e9989.zip |
libgnomecups dans gnome
Diffstat (limited to 'extra/libgnomecups/Pkgfile')
-rw-r--r-- | extra/libgnomecups/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/libgnomecups/Pkgfile b/extra/libgnomecups/Pkgfile deleted file mode 100644 index 758d77dad..000000000 --- a/extra/libgnomecups/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Librairie interface avec cups pour gnome -# URL: http://www.gnome.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: libcups, glib, p5-xml-parser -# Run on: libcups,glib,p5-xml-parser - -name=libgnomecups -version=0.2.3 -release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) - -build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -} - |