summaryrefslogtreecommitdiff
path: root/community/confuse/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/confuse/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/confuse/PKGBUILD')
-rw-r--r--community/confuse/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/confuse/PKGBUILD b/community/confuse/PKGBUILD
deleted file mode 100644
index 2d7f3d77b..000000000
--- a/community/confuse/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 64161 2012-02-09 16:35:50Z ttopper $
-# Contributor : Ionut Biru <ibiru@archlinux.org>
-# Contributor: Roman Kyrylych <roman@archlinux.org>
-# Contributor: Alexander Mieland (dma147) <dma147@linux-stats.org>
-# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
-
-pkgname=confuse
-pkgver=2.7
-pkgrel=2
-pkgdesc="C-library for parsing configuration files"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/confuse"
-license=('LGPL')
-depends=('glibc')
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-options=('!libtool' '!emptydirs')
-md5sums=('45932fdeeccbb9ef4228f1c1a25e9c8f')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --enable-shared
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}