diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-28 22:05:03 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-28 22:05:03 +0100 |
commit | f03f39a74d2f6502712e73e49d67d346aa9d79d0 (patch) | |
tree | e2c6f3d4683351001528149b8299fbb763d9e575 /extra/cups/Pkgfile | |
parent | 42754eb4eaf037f9ea35170b174ebed22823e8d3 (diff) | |
download | nutyx-pakxe-f03f39a74d2f6502712e73e49d67d346aa9d79d0.tar.gz nutyx-pakxe-f03f39a74d2f6502712e73e49d67d346aa9d79d0.tar.bz2 nutyx-pakxe-f03f39a74d2f6502712e73e49d67d346aa9d79d0.tar.xz nutyx-pakxe-f03f39a74d2f6502712e73e49d67d346aa9d79d0.zip |
Maj cups#1.4.2-2, scindé en 2 ports lib et utilitaires
Diffstat (limited to 'extra/cups/Pkgfile')
-rwxr-xr-x | extra/cups/Pkgfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/cups/Pkgfile b/extra/cups/Pkgfile index 9262fdfff..6ec44907d 100755 --- a/extra/cups/Pkgfile +++ b/extra/cups/Pkgfile @@ -1,12 +1,12 @@ -# Description: Common UNIX Printing System, le système d'impression pour Linux +# Description: Serveur et programmes pour Common UNIX Printing System, le système d'impression pour Linux # URL: http://www.cups.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: libjpeg, libpng, libtiff, poppler, xdg-utils, dbus, hicolor-icon-theme, linux-pam +# Depends on: libcups, dbus-glib, libusb, hicolor-icon-theme name=cups version=1.4.2 -release=1 +release=2 source=( http://ftp.easysw.com/pub/$name/$version/$name-$version-source.tar.bz2\ cups) @@ -30,7 +30,9 @@ build() { --enable-gnutls=no \ --infodir=/usr/share/info make -j3 - make BUILDROOT=$PKG install + make BUILDROOT=$PKG install-data install-exec + # Appartient à libcups + rm -f $PKG/usr/bin/cups-config # Startup Script cd ../$scripts-$scriptsversion make DESTDIR=$PKG install-$name |