summaryrefslogtreecommitdiff
path: root/community/ucommon/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ucommon/PKGBUILD')
-rw-r--r--community/ucommon/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
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 <pupykin.s+arch@gmail.com>
-# 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
-}