summaryrefslogtreecommitdiff
path: root/community/confuse
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/confuse
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/confuse')
-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
-}