summaryrefslogtreecommitdiffstats
path: root/cups/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-04 03:21:30 +0100
committerpiernov <piernov@piernov.org>2012-03-04 03:21:30 +0100
commit1d9f88822b00de2b85cb724ece1ddc6eb2b07007 (patch)
treeaa95eeff8f54629a50f7532b6d4655a4444dde19 /cups/Pkgfile
parentd22ae0aa1cbb5a87e01be5f6226af8916a66f004 (diff)
downloadnutyx-extra-1d9f88822b00de2b85cb724ece1ddc6eb2b07007.tar.gz
nutyx-extra-1d9f88822b00de2b85cb724ece1ddc6eb2b07007.tar.bz2
nutyx-extra-1d9f88822b00de2b85cb724ece1ddc6eb2b07007.tar.xz
nutyx-extra-1d9f88822b00de2b85cb724ece1ddc6eb2b07007.zip
cups 1.5.2-1 màj port
Diffstat (limited to 'cups/Pkgfile')
-rwxr-xr-xcups/Pkgfile13
1 files changed, 6 insertions, 7 deletions
diff --git a/cups/Pkgfile b/cups/Pkgfile
index a3f5cac2f..c546025eb 100755
--- a/cups/Pkgfile
+++ b/cups/Pkgfile
@@ -6,16 +6,15 @@
# Run on: libcups,dbus-glib,libusb,hicolor-icon-theme,linux-pam,libldap
name=cups
-version=1.5.0
+version=1.5.2
release=1
-source=( http://ftp.easysw.com/pub/$name/$version/$name-$version-source.tar.bz2\
- cups)
+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
+ wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
cd $name-$version
./configure --prefix=/usr \
@@ -30,7 +29,8 @@ build() {
--enable-threads \
--enable-ssl \
--enable-gnutls=no \
- --infodir=/usr/share/info
+ --infodir=/usr/share/info \
+ --without-rcdir
make
make BUILDROOT=$PKG install-data install-exec
# Appartient à libcups
@@ -44,4 +44,3 @@ build() {
chmod 755 $PKG/var/spool
chmod 755 $PKG/etc
}
-