summaryrefslogtreecommitdiffstats
path: root/cups/Pkgfile
diff options
context:
space:
mode:
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
}
-