[arch-commits] Commit in (libaio libaio/repos libaio/trunk libaio/trunk/PKGBUILD)

Tobias Powalowski tpowa at nymeria.archlinux.org
Tue May 28 18:16:58 UTC 2013


    Date: Tuesday, May 28, 2013 @ 20:16:58
  Author: tpowa
Revision: 186544

community2extra: Moving libaio from community to extra

Added:
  libaio/
  libaio/repos/
  libaio/trunk/
  libaio/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Added: libaio/trunk/PKGBUILD
===================================================================
--- libaio/trunk/PKGBUILD	                        (rev 0)
+++ libaio/trunk/PKGBUILD	2013-05-28 18:16:58 UTC (rev 186544)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: Thomas S Hatch <thatch45 at gmail dot com>
+
+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
+}
+


Property changes on: libaio/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list