summaryrefslogtreecommitdiffstats
path: root/cups/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-30 16:50:36 +0200
committerpiernov <piernov@piernov.org>2012-04-30 16:50:36 +0200
commita57b8503908321011d322f3f641d09fa52e83640 (patch)
treedf8c699d15d80b025d399f24213925f908bdc301 /cups/Pkgfile
parent7f6611d3e58bc3a9c9962cbb4cee94f3e987693d (diff)
downloadnutyx-extra-a57b8503908321011d322f3f641d09fa52e83640.tar.gz
nutyx-extra-a57b8503908321011d322f3f641d09fa52e83640.tar.bz2
nutyx-extra-a57b8503908321011d322f3f641d09fa52e83640.tar.xz
nutyx-extra-a57b8503908321011d322f3f641d09fa52e83640.zip
Revert "ts les services dans base ainsi que les dépendances de libgl"
Diffstat (limited to 'cups/Pkgfile')
-rwxr-xr-xcups/Pkgfile47
1 files changed, 47 insertions, 0 deletions
diff --git a/cups/Pkgfile b/cups/Pkgfile
new file mode 100755
index 000000000..b83f8067d
--- /dev/null
+++ b/cups/Pkgfile
@@ -0,0 +1,47 @@
+# 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: libcups, dbus-glib, libusb, hicolor-icon-theme
+# Run on: libcups,dbus-glib,libusb,hicolor-icon-theme,linux-pam,libldap
+
+name=cups
+version=1.4.6
+release=2
+source=( http://ftp.easysw.com/pub/$name/$version/$name-$version-source.tar.bz2\
+ cups)
+
+
+build() {
+ source /etc/blfs-bootscripts
+ wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2
+# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
+ tar xvf $scripts-$scriptsversion.tar.bz2
+ cd $name-$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-data install-exec
+ # Appartient à libcups
+ rm -f $PKG/usr/bin/cups-config
+ # Startup Script
+ cd ../$scripts-$scriptsversion
+ make DESTDIR=$PKG install-$name
+ sed -i 's|^Exec=htmlview http://localhost:631/|Exec=xdg-open http://localhost:631/|g' \
+ $PKG/usr/share/applications/cups.desktop
+ install -m754 ../cups $PKG/etc/rc.d/init.d/
+ chmod 755 $PKG/var/spool
+ chmod 755 $PKG/etc
+}
+