diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-03 01:59:23 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-03 01:59:23 -0300 |
commit | 5a01c45ea1ee67df43e376e2e4aa1833edd2ff30 (patch) | |
tree | a257c50dad360cf5539a248a9308ebb04f6b3641 | |
parent | b8be8316e6cf62713329cb15d77411658d7cb447 (diff) |
Updates
-rw-r--r-- | core/libsasl/PKGBUILD | 2 | ||||
-rw-r--r-- | core/xinetd/PKGBUILD | 3 | ||||
-rw-r--r-- | extra/glib/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/ruby/PKGBUILD | 1 | ||||
-rw-r--r-- | social/olsrd/PKGBUILD | 2 | ||||
-rw-r--r-- | ~fauno/notmuch/PKGBUILD | 6 |
6 files changed, 12 insertions, 8 deletions
diff --git a/core/libsasl/PKGBUILD b/core/libsasl/PKGBUILD index ea01c4201..4b6dee538 100644 --- a/core/libsasl/PKGBUILD +++ b/core/libsasl/PKGBUILD @@ -24,6 +24,8 @@ build() { patch -Np0 -i ${srcdir}/cyrus-sasl-2.1.19-checkpw.c.patch patch -Np1 -i ${srcdir}/cyrus-sasl-db.patch ./configure --prefix=/usr \ + --host=$CHOST \ + --build=$CHOST \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-anon \ diff --git a/core/xinetd/PKGBUILD b/core/xinetd/PKGBUILD index 2c167791e..552b96cf9 100644 --- a/core/xinetd/PKGBUILD +++ b/core/xinetd/PKGBUILD @@ -25,7 +25,8 @@ md5sums=('567382d7972613090215c6c54f9b82d9' build() { cd $srcdir/$pkgname-$pkgver sed -i "s#${prefix}/man#${prefix}/share/man#" configure - ./configure --prefix=/usr --without-libwrap + ./configure --prefix=/usr --without-libwrap \ + --build=${CHOST} --host=${CHOST} make } diff --git a/extra/glib/PKGBUILD b/extra/glib/PKGBUILD index a25ab9caf..dc2d075a1 100644 --- a/extra/glib/PKGBUILD +++ b/extra/glib/PKGBUILD @@ -25,7 +25,7 @@ build() { patch -Np0 -i ../aclocal-fixes.patch || return 1 [ "$CARCH" = "x86_64" ] && CONFIGFLAG="--host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu" - ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info $CONFIGFLAG || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info $CONFIGFLAG + make + make DESTDIR="${pkgdir}" install } diff --git a/extra/ruby/PKGBUILD b/extra/ruby/PKGBUILD index a04846508..9ed0088fc 100644 --- a/extra/ruby/PKGBUILD +++ b/extra/ruby/PKGBUILD @@ -43,3 +43,4 @@ package_ruby-docs() { make DESTDIR="${pkgdir}" install-doc install-capi install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } +md5sums=('096758c3e853b839dc980b183227b182') diff --git a/social/olsrd/PKGBUILD b/social/olsrd/PKGBUILD index dea029844..8fce985f6 100644 --- a/social/olsrd/PKGBUILD +++ b/social/olsrd/PKGBUILD @@ -4,7 +4,7 @@ pkgname=olsrd pkgver="0.6.1" pkgrel=1 pkgdesc="OLSR routing daemon (RFC 3626)" -arch=(i686 x86_64 ppc) +arch=(i686 x86_64 ppc mips64el) url="http://www.olsr.org" license=('BSD') depends=('glibc') diff --git a/~fauno/notmuch/PKGBUILD b/~fauno/notmuch/PKGBUILD index e7425dabf..92d899d97 100644 --- a/~fauno/notmuch/PKGBUILD +++ b/~fauno/notmuch/PKGBUILD @@ -3,10 +3,10 @@ # Maintainer: Richard Murri <admin@richardmurri.com> pkgname=notmuch -pkgver=0.6 +pkgver=0.6.1 pkgrel=1 pkgdesc="Notmuch is not much of an email program" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://notmuchmail.org/" license=('GPL3') depends=('xapian-core' 'gmime') @@ -50,4 +50,4 @@ package(){ env LD_LIBRARY_PATH="." python2 setup.py build env LD_LIBRARY_PATH="." python2 setup.py install --prefix=/usr --root=$pkgdir } -md5sums=('be8ce01bb6f84ca66bfc9a76c63276ac') +md5sums=('a2d5123d68a0f770e5afe3c2af9f35a3') |