summaryrefslogtreecommitdiff
path: root/community/confuse/PKGBUILD
diff options
context:
space:
mode:
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
-}