diff options
author | root <root@rshg054.dnsready.net> | 2013-10-28 01:15:28 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-28 01:15:28 -0700 |
commit | 1a32448c2c53b0e66ce0fe14c5dd2057afd432bc (patch) | |
tree | d94819e60d05fada511b43feec6f7e46386a215a /extra/dotconf | |
parent | 2886140ddb1db32f36cb0b27e93888442a603a53 (diff) |
Mon Oct 28 01:14:27 PDT 2013
Diffstat (limited to 'extra/dotconf')
-rw-r--r-- | extra/dotconf/PKGBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/extra/dotconf/PKGBUILD b/extra/dotconf/PKGBUILD index c00c1582e..81cb17413 100644 --- a/extra/dotconf/PKGBUILD +++ b/extra/dotconf/PKGBUILD @@ -1,29 +1,27 @@ -# $Id: PKGBUILD 149587 2012-02-08 15:12:44Z andrea $ +# $Id: PKGBUILD 197652 2013-10-27 18:25:32Z eric $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Chris Brannon <cmbrannon@cox.net> pkgname=dotconf pkgver=1.3 -pkgrel=3 +pkgrel=4 pkgdesc='A C library for parsing configuration files' -url="https://github.com/williamh/dotconf" arch=('i686' 'x86_64') -depends=('glibc') -makedepends=('pkgconfig' 'findutils') +url="https://github.com/williamh/dotconf" license=('LGPL2.1') +depends=('glibc') source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/williamh/${pkgname}/tarball/v${pkgver}") md5sums=('36bfdde245072fc2f4f5766b7db97c45') -options=('!libtool') build() { - cd "${srcdir}"/williamh-${pkgname}-4cd7b3a + cd williamh-${pkgname}-4cd7b3a autoreconf -i ./configure --prefix=/usr make } package() { - cd "${srcdir}"/williamh-${pkgname}-4cd7b3a + cd williamh-${pkgname}-4cd7b3a make DESTDIR="${pkgdir}" install } |