summaryrefslogtreecommitdiffstats
path: root/abs/core/mv/confuse/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-12-07 19:40:39 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-12-07 19:40:39 (GMT)
commitf441710103513f9621672152b889bfda7f50f064 (patch)
treeacbcec242d3444383c46162dd27d964c1eeac9e4 /abs/core/mv/confuse/PKGBUILD
parentf57e609997d91dbdfaa2e18b1e6e7e95876831bc (diff)
downloadlinhes_pkgbuild-f441710103513f9621672152b889bfda7f50f064.zip
linhes_pkgbuild-f441710103513f9621672152b889bfda7f50f064.tar.gz
linhes_pkgbuild-f441710103513f9621672152b889bfda7f50f064.tar.bz2
tilda, wmaker e16 settings: move /reneame to their proper place in the tree.
Diffstat (limited to 'abs/core/mv/confuse/PKGBUILD')
-rw-r--r--abs/core/mv/confuse/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/abs/core/mv/confuse/PKGBUILD b/abs/core/mv/confuse/PKGBUILD
deleted file mode 100644
index 6f713df..0000000
--- a/abs/core/mv/confuse/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 17258 2010-05-22 14:32:23Z ibiru $
-# Maintainer : Ionut Biru <ibiru@archlinux.org>
-# Contributor: Roman Kyrylych <roman@archlinux.org>
-# Contributor: Alexander Mieland (dma147) <dma147@linux-stats.org>
-
-pkgname=confuse
-pkgver=2.7
-pkgrel=1
-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 || return 1
- make DESTDIR="${pkgdir}" install
-}