summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-23 16:07:39 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-23 16:07:39 -0300
commiteadbb9961b89668e4aed317f5dd97cb04e86663e (patch)
tree8754c3d1dce039b39ac08af26fa875fe6322a343
parent9e67688e804b742a69c3ce1c11451f18f95c370b (diff)
ports
-rw-r--r--extra/libatomic_ops/PKGBUILD2
-rw-r--r--extra/libxshmfence/PKGBUILD2
-rw-r--r--extra/xorg-xlsfonts/PKGBUILD2
-rw-r--r--pcr/swig1/PKGBUILD3
4 files changed, 5 insertions, 4 deletions
diff --git a/extra/libatomic_ops/PKGBUILD b/extra/libatomic_ops/PKGBUILD
index 58f780beb..4dd4b11c8 100644
--- a/extra/libatomic_ops/PKGBUILD
+++ b/extra/libatomic_ops/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=libatomic_ops
pkgver=7.2.e
pkgrel=1
pkgdesc="Provides semi-portable access to hardware provided atomic memory operations"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="https://github.com/ivmai/libatomic_ops"
depends=('glibc')
license=('GPL2' 'MIT')
diff --git a/extra/libxshmfence/PKGBUILD b/extra/libxshmfence/PKGBUILD
index f12f9e2f0..eab90c326 100644
--- a/extra/libxshmfence/PKGBUILD
+++ b/extra/libxshmfence/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libxshmfence
pkgver=1.1
pkgrel=1
pkgdesc="a library that exposes a event API on top of Linux futexes"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://xorg.freedesktop.org/"
license=('GPL')
#groups=()
diff --git a/extra/xorg-xlsfonts/PKGBUILD b/extra/xorg-xlsfonts/PKGBUILD
index a2a623685..a0e22a221 100644
--- a/extra/xorg-xlsfonts/PKGBUILD
+++ b/extra/xorg-xlsfonts/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='List available X fonts'
url='http://xorg.freedesktop.org/'
license=('custom')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
depends=('libx11')
makedepends=('xorg-util-macros')
source=("http://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2")
diff --git a/pcr/swig1/PKGBUILD b/pcr/swig1/PKGBUILD
index 4cb83afd2..2bd0d6af1 100644
--- a/pcr/swig1/PKGBUILD
+++ b/pcr/swig1/PKGBUILD
@@ -8,7 +8,7 @@ _pkgname=swig
pkgver=1.3.40
pkgrel=1
pkgdesc="A compiler that integrates C and C++ code with scripting languages (legacy version)"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.swig.org/"
license=('custom')
depends=('gcc-libs' 'zlib')
@@ -27,3 +27,4 @@ package() {
make DESTDIR="${pkgdir}" install
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
+md5sums=('2df766c9e03e02811b1ab4bba1c7b9cc')