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

Andrea Scarpino andrea at archlinux.org
Wed May 16 20:49:50 UTC 2012


    Date: Wednesday, May 16, 2012 @ 16:49:49
  Author: andrea
Revision: 159162

Needed by ccrtp

Added:
  ucommon/
  ucommon/repos/
  ucommon/trunk/
  ucommon/trunk/PKGBUILD

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

Added: ucommon/trunk/PKGBUILD
===================================================================
--- ucommon/trunk/PKGBUILD	                        (rev 0)
+++ ucommon/trunk/PKGBUILD	2012-05-16 20:49:49 UTC (rev 159162)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=ucommon
+pkgver=5.2.2
+pkgrel=2
+pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
+arch=('i686' 'x86_64')
+url="http://ftp.gnu.org/gnu/commoncpp/"
+license=('GPL')
+depends=('openssl')
+options=('!libtool')
+source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('4739fcd9db006432f1b8e2ea226e414a'
+         'adb2349cffe80678e39a96c6ab5c5a5b')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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



More information about the arch-commits mailing list