summaryrefslogtreecommitdiff
path: root/community/ucommon/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-28 20:14:47 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-28 20:14:47 +0000
commitedec45419def1b81bd663a2859684ef55ba56269 (patch)
treecaa3c2d5f4e55b38e7740a39d80a21507679c586 /community/ucommon/PKGBUILD
parent483f7de4ab6a706517279a24d2efc969f4a1996d (diff)
Mon May 28 20:14:39 UTC 2012
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
-}