From d267e861074512027414df29d18d9824e0faae8f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 May 2013 01:29:52 -0700 Subject: Wed May 29 01:29:24 PDT 2013 --- community/libaio/PKGBUILD | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 community/libaio/PKGBUILD (limited to 'community/libaio/PKGBUILD') diff --git a/community/libaio/PKGBUILD b/community/libaio/PKGBUILD deleted file mode 100644 index 717473564..000000000 --- a/community/libaio/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Maintainer: Bartłomiej Piotrowski -# Contributor: Thomas S Hatch - -pkgname=libaio -pkgver=0.3.109 -pkgrel=6 -pkgdesc="The Linux-native asynchronous I/O facility (aio) library" -arch=('i686' 'x86_64') -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') - -build() { - cd "$srcdir/$pkgname-$pkgver" - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make prefix="$pkgdir/usr" install -} - -- cgit v1.2.3-54-g00ecf