Date: Tuesday, October 25, 2016 @ 13:18:56
  Author: arojas
Revision: 193298

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  confuse/repos/community-staging-i686/
  confuse/repos/community-staging-i686/PKGBUILD
    (from rev 193297, confuse/trunk/PKGBUILD)
  confuse/repos/community-staging-x86_64/
  confuse/repos/community-staging-x86_64/PKGBUILD
    (from rev 193297, confuse/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: confuse/repos/community-staging-i686/PKGBUILD (from rev 193297, 
confuse/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-10-25 13:18:56 UTC (rev 193298)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor : Ionut Biru <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+# Contributor: Alexander Mieland (dma147) <[email protected]>
+# Maintainer: Thorsten Töpper <[email protected]>
+
+pkgname=confuse
+pkgver=3.0
+pkgrel=1
+pkgdesc='C-library for parsing configuration files'
+arch=('i686' 'x86_64')
+url='https://github.com/martinh/libconfuse'
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+options=('!emptydirs')
+md5sums=('bf03099ef213647451c70e54ad4b6e81')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: confuse/repos/community-staging-x86_64/PKGBUILD (from rev 193297, 
confuse/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-25 13:18:56 UTC (rev 193298)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor : Ionut Biru <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+# Contributor: Alexander Mieland (dma147) <[email protected]>
+# Maintainer: Thorsten Töpper <[email protected]>
+
+pkgname=confuse
+pkgver=3.0
+pkgrel=1
+pkgdesc='C-library for parsing configuration files'
+arch=('i686' 'x86_64')
+url='https://github.com/martinh/libconfuse'
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+options=('!emptydirs')
+md5sums=('bf03099ef213647451c70e54ad4b6e81')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to