summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-05-30 12:26:59 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-05-30 12:26:59 -0300
commit041ebdb9062909e39f81cca8c491c7f8adeed2a3 (patch)
tree425ab18d455370bf555d33aba8efe389b62a0989
parent1cc7ac9055928c64ebf3a342fc626f6ced066b42 (diff)
ports
-rw-r--r--community/libaio/PKGBUILD11
-rw-r--r--community/percona-server/PKGBUILD2
2 files changed, 10 insertions, 3 deletions
diff --git a/community/libaio/PKGBUILD b/community/libaio/PKGBUILD
index c1e3ba23b..5d4dfa04c 100644
--- a/community/libaio/PKGBUILD
+++ b/community/libaio/PKGBUILD
@@ -3,16 +3,21 @@
pkgname=libaio
pkgver=0.3.109
+_patchver=${pkgver}-2
pkgrel=6
pkgdesc="The Linux-native asynchronous I/O facility (aio) library"
arch=('i686' 'x86_64' 'mips64el')
url="http://lse.sourceforge.net/io/aio.html"
license=('LGPL')
-source=(http://ftp.de.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.gz)
-md5sums=('435a5b16ca6198eaf01155263d855756')
+source=(http://ftp.de.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
+http://ftp.de.debian.org/debian/pool/main/liba/${pkgname}/${pkgname}_${_patchver}.debian.tar.gz)
build() {
cd "$srcdir/$pkgname-$pkgver"
+
+ # Debian patches for extra arches
+ patch -Np1 -i ../debian/patches/00_arches.patch
+
make
}
@@ -21,3 +26,5 @@ package() {
make prefix="$pkgdir/usr" install
}
+md5sums=('435a5b16ca6198eaf01155263d855756'
+ 'f942fe72127b612b93636387de47001b')
diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD
index 33e2b34fe..995478e2c 100644
--- a/community/percona-server/PKGBUILD
+++ b/community/percona-server/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=percona-server
pkgver=5.5.23_rel25.3
pkgrel=1
pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides improved performance, diagnostics and instrumentation, and manageability of the server"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
depends=('mysql-clients' 'libaio')
conflicts=('mysql')