diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-27 19:46:39 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-27 19:46:39 +0200 |
commit | 3531a0545d86febbfa8c6ebf58228cec634beb6f (patch) | |
tree | bba40fa531d6da191806930c63cf2c732d2b020d /core | |
parent | f1d16764c14c009da1beabc555dfd62eaa22d696 (diff) |
Build for mips64el packages moved to core.
Diffstat (limited to 'core')
-rw-r--r-- | core/ldns/PKGBUILD | 2 | ||||
-rw-r--r-- | core/libffi/PKGBUILD | 2 | ||||
-rw-r--r-- | core/pth/PKGBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/ldns/PKGBUILD b/core/ldns/PKGBUILD index bd7fe152d..78138e088 100644 --- a/core/ldns/PKGBUILD +++ b/core/ldns/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='Fast DNS library supporting recent RFCs' url='http://www.nlnetlabs.nl/projects/ldns/' license=('custom:BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!libtool') depends=('openssl' 'dnssec-anchors') optdepends=('libpcap: ldns-dpa tool') diff --git a/core/libffi/PKGBUILD b/core/libffi/PKGBUILD index d0d021b2c..d89596d7d 100644 --- a/core/libffi/PKGBUILD +++ b/core/libffi/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libffi pkgver=3.0.10 pkgrel=1 pkgdesc="A portable, high level programming interface to various calling conventions" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceware.org/libffi" license=('MIT') depends=('glibc') diff --git a/core/pth/PKGBUILD b/core/pth/PKGBUILD index 8ba1b8411..a84b4ad1a 100644 --- a/core/pth/PKGBUILD +++ b/core/pth/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pth pkgver=2.0.7 pkgrel=4 pkgdesc="The GNU Portable Threads." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/pth/" license=('LGPL') depends=('glibc' 'awk') |