[arch-commits] Commit in dotconf/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 16 12:26:00 UTC 2020


    Date: Saturday, May 16, 2020 @ 12:25:59
  Author: felixonmars
Revision: 384527

archrelease: copy trunk to staging-x86_64

Added:
  dotconf/repos/staging-x86_64/
  dotconf/repos/staging-x86_64/PKGBUILD
    (from rev 384526, dotconf/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: dotconf/repos/staging-x86_64/PKGBUILD (from rev 384526, dotconf/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 12:25:59 UTC (rev 384527)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Chris Brannon <cmbrannon at cox.net>
+
+pkgname=dotconf
+pkgver=1.3
+pkgrel=6
+pkgdesc='A C library for parsing configuration files'
+arch=('x86_64')
+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')
+
+build() {
+  cd williamh-${pkgname}-4cd7b3a
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd williamh-${pkgname}-4cd7b3a
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list