[arch-commits] Commit in confuse/repos (4 files)

Thorsten Töpper ttoepper at archlinux.org
Tue Sep 20 20:05:54 UTC 2016


    Date: Tuesday, September 20, 2016 @ 20:05:53
  Author: ttoepper
Revision: 190075

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

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

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

Copied: confuse/repos/community-testing-i686/PKGBUILD (from rev 190074, confuse/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-09-20 20:05:53 UTC (rev 190075)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+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-testing-x86_64/PKGBUILD (from rev 190074, confuse/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-09-20 20:05:53 UTC (rev 190075)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+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
+}



More information about the arch-commits mailing list