[arch-commits] Commit in libconfig/repos (3 files)

Antonio Rojas arojas at archlinux.org
Tue Feb 6 17:11:32 UTC 2018


    Date: Tuesday, February 6, 2018 @ 17:11:32
  Author: arojas
Revision: 289430

archrelease: copy trunk to community-x86_64

Added:
  libconfig/repos/community-x86_64/
  libconfig/repos/community-x86_64/.contrib
    (from rev 289429, libconfig/trunk/.contrib)
  libconfig/repos/community-x86_64/PKGBUILD
    (from rev 289429, libconfig/trunk/PKGBUILD)

----------+
 .contrib |    2 ++
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

Copied: libconfig/repos/community-x86_64/.contrib (from rev 289429, libconfig/trunk/.contrib)
===================================================================
--- community-x86_64/.contrib	                        (rev 0)
+++ community-x86_64/.contrib	2018-02-06 17:11:32 UTC (rev 289430)
@@ -0,0 +1,2 @@
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: scippio <scippio at seznam.cz>

Copied: libconfig/repos/community-x86_64/PKGBUILD (from rev 289429, libconfig/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-06 17:11:32 UTC (rev 289430)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: see .contrib
+
+pkgname=libconfig
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="C/C++ Configuration File Library"
+arch=('x86_64')
+url="https://github.com/hyperrealm/libconfig"
+license=('LGPL')
+depends=('gcc-libs')
+makedepends=('texinfo')
+options=('!emptydirs' 'zipman')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz")
+md5sums=('d666f0ca093906d34d6e1e4890053e62')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list