[arch-commits] Commit in (asio asio/repos asio/trunk asio/trunk/PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Sun Nov 1 22:04:09 UTC 2009
Date: Sunday, November 1, 2009 @ 17:04:08
Author: giovanni
Revision: 57741
Added:
asio/
asio/repos/
asio/trunk/
asio/trunk/PKGBUILD
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Added: asio/trunk/PKGBUILD
===================================================================
--- asio/trunk/PKGBUILD (rev 0)
+++ asio/trunk/PKGBUILD 2009-11-01 22:04:08 UTC (rev 57741)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=asio
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Cross-platform C++ library for ASynchronous network I/O"
+arch=('i686' 'x86_64')
+url="http://asio.sourceforge.net"
+license=('custom')
+depends=('boost' 'openssl')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('7335e00c98e77e86015bb3e27fe8c019')
+
+build(){
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make || return 1
+ make DESTDIR=${pkgdir} install
+
+ #license
+ install -D -m644 LICENSE_1_0.txt ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
Property changes on: asio/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
+ Id
More information about the arch-commits
mailing list