From a57b8503908321011d322f3f641d09fa52e83640 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 30 Apr 2012 16:50:36 +0200 Subject: Revert "ts les services dans base ainsi que les dépendances de libgl" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libcups/Pkgfile | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 libcups/Pkgfile (limited to 'libcups/Pkgfile') diff --git a/libcups/Pkgfile b/libcups/Pkgfile new file mode 100755 index 000000000..1a915db2f --- /dev/null +++ b/libcups/Pkgfile @@ -0,0 +1,36 @@ +# Description: Librairies 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, libldap +# Run on: libjpeg,libpng,libtiff,poppler,xdg-utils,dbus,hicolor-icon-theme,linux-pam,libldap + +#kerberos,libjpeg,libpng,openssl,libtiff,zlib + +name=libcups +version=1.4.6 +release=2 +source=( http://ftp.easysw.com/pub/cups/$version/cups-$version-source.tar.bz2) + + +build() { + cd cups-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-logdir=/var/log/cups \ + --with-docdir=/usr/share/doc/cups \ + --enable-raw-printing \ + --enable-pdftops \ + --with-pdftops=pdftops \ + --mandir=/usr/share/man \ + --enable-threads \ + --enable-ssl \ + --enable-gnutls=no \ + --infodir=/usr/share/info + make + make BUILDROOT=$PKG install-headers install-libs + mkdir -p $PKG/usr/bin + install -m755 cups-config $PKG/usr/bin/cups-config +} + -- cgit v1.2.3-54-g00ecf