summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-29 13:14:18 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-29 13:14:18 -0300
commit47b6ee356cd0338ecc009a1e3e8a186624ce8f6b (patch)
tree6954722c200ad3792e5b8c4bf260ad147f0d83a1
parent14639139995b89c76587e64d4b7389060335b5bf (diff)
core update
-rw-r--r--core/attr/PKGBUILD3
-rw-r--r--core/libtirpc/PKGBUILD2
-rw-r--r--core/udev/PKGBUILD2
-rw-r--r--core/wget/PKGBUILD3
-rw-r--r--extra/cups/PKGBUILD7
5 files changed, 10 insertions, 7 deletions
diff --git a/core/attr/PKGBUILD b/core/attr/PKGBUILD
index 30f3ad81a..1df0d7b06 100644
--- a/core/attr/PKGBUILD
+++ b/core/attr/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=attr
pkgver=2.4.46
pkgrel=1
pkgdesc="Extended attribute support library for ACL support"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://savannah.nongnu.org/projects/attr"
license=('LGPL')
depends=('glibc')
@@ -26,6 +26,7 @@ build() {
package() {
cd "${srcdir}"/${pkgname}-${pkgver}
+ export CFLAGS+="-Wparentheses"
make DIST_ROOT="${pkgdir}" install install-lib install-dev
diff --git a/core/libtirpc/PKGBUILD b/core/libtirpc/PKGBUILD
index b222249ff..db3385444 100644
--- a/core/libtirpc/PKGBUILD
+++ b/core/libtirpc/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libtirpc
pkgver=0.2.1
pkgrel=3
pkgdesc="Transport Independent RPC library (SunRPC replacement)"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
depends=('glibc' 'libgssglue' 'krb5')
url="http://libtirpc.sourceforge.net/"
license=('GPL2')
diff --git a/core/udev/PKGBUILD b/core/udev/PKGBUILD
index d596361c9..c991e6354 100644
--- a/core/udev/PKGBUILD
+++ b/core/udev/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase="udev"
pkgname=('udev' 'udev-compat')
pkgver=168
pkgrel=2
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
license=('GPL')
groups=('base')
diff --git a/core/wget/PKGBUILD b/core/wget/PKGBUILD
index 633168eca..48923cd30 100644
--- a/core/wget/PKGBUILD
+++ b/core/wget/PKGBUILD
@@ -53,3 +53,6 @@ EOF
sed -i '118,120d' $pkgdir/etc/wgetrc
}
+md5sums=('141461b9c04e454dc8933c9d1f2abf83'
+ '2c8bc23eff98fd4efc3f96394fc8e61e'
+ 'bd589403b7bb4967a6f41b0f43b1c8aa')
diff --git a/extra/cups/PKGBUILD b/extra/cups/PKGBUILD
index 64ab5d109..478720388 100644
--- a/extra/cups/PKGBUILD
+++ b/extra/cups/PKGBUILD
@@ -5,11 +5,11 @@ pkgbase="cups"
pkgname=('libcups' 'cups')
pkgver=1.4.6
pkgrel=2
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://www.cups.org/"
makedepends=('libtiff>=3.9.2-2' 'libpng>=1.4.0' 'acl' 'openslp' 'pam' 'xdg-utils' 'krb5' 'gnutls>=2.8.3' 'poppler>=0.12.3'
- 'xinetd' 'gzip' 'autoconf' 'php' 'libusb-compat' 'dbus-core' 'avahi' 'hicolor-icon-theme')
+ 'xinetd' 'gzip' 'autoconf' 'libusb-compat' 'dbus-core' 'avahi' 'hicolor-icon-theme')
source=(ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
cups-avahi.patch
cups cups.logrotate cups.pam)
@@ -36,7 +36,7 @@ build() {
--with-cups-user=daemon --with-cups-group=lp --enable-pam=yes \
--disable-ldap --libdir=/usr/lib --enable-raw-printing \
--enable-dbus --with-dbusdir=/etc/dbus-1 --enable-ssl=yes --enable-gnutls --disable-threads --enable-avahi\
- --with-php=/usr/bin/php-cgi --with-pdftops=pdftops --with-optim="$CFLAGS"
+ --without-php --with-pdftops=pdftops --with-optim="$CFLAGS"
make || return 1
}
@@ -67,7 +67,6 @@ backup=(etc/cups/cupsd.conf
etc/pam.d/cups
etc/xinetd.d/cups-lpd)
depends=('acl' 'openslp' 'pam' "libcups>=${pkgver}" 'xdg-utils' 'poppler>=0.12.3' 'libusb-compat' 'dbus-core' 'hicolor-icon-theme')
-optdepends=('php: for included phpcups.so module')
cd ${srcdir}/${pkgbase}-${pkgver}
make BUILDROOT=${pkgdir} install-data install-exec || return 1