From edec45419def1b81bd663a2859684ef55ba56269 Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 28 May 2012 20:14:47 +0000 Subject: Mon May 28 20:14:39 UTC 2012 --- community/ucommon/PKGBUILD | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 community/ucommon/PKGBUILD (limited to 'community/ucommon/PKGBUILD') diff --git a/community/ucommon/PKGBUILD b/community/ucommon/PKGBUILD deleted file mode 100644 index bb002c30a..000000000 --- a/community/ucommon/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 70712 2012-05-15 11:28:13Z spupykin $ -# Maintainer: Sergej Pupykin -# Maintainer: Dan Serban -# Contributors: David Zaragoza, Andrea Scarpino - -pkgname=ucommon -pkgver=5.2.2 -pkgrel=1 -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) -makedepends=(lynx) -options=('!libtool') -source=("http://ftp.gnu.org/pub/gnu/commoncpp/ucommon-$pkgver.tar.gz") -md5sums=('4739fcd9db006432f1b8e2ea226e414a') - -build() { - cd $(ls -1d ucommon-*/ | tail -1) - ./configure --prefix=/usr - make - make DESTDIR="${pkgdir}" install -} -- cgit v1.2.3-54-g00ecf