From 041ebdb9062909e39f81cca8c491c7f8adeed2a3 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 30 May 2012 12:26:59 -0300 Subject: ports --- community/libaio/PKGBUILD | 11 +++++++++-- community/percona-server/PKGBUILD | 2 +- 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') -- cgit v1.2.3-54-g00ecf