[arch-commits] Commit in augeas/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Jan 11 01:09:49 UTC 2019


    Date: Friday, January 11, 2019 @ 01:09:49
  Author: felixonmars
Revision: 422199

archrelease: copy trunk to community-staging-x86_64

Added:
  augeas/repos/community-staging-x86_64/
  augeas/repos/community-staging-x86_64/PKGBUILD
    (from rev 422198, augeas/trunk/PKGBUILD)

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

Copied: augeas/repos/community-staging-x86_64/PKGBUILD (from rev 422198, augeas/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-01-11 01:09:49 UTC (rev 422199)
@@ -0,0 +1,26 @@
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Jon Nordby <jononor at gmail.com>
+
+pkgname=augeas
+pkgver=1.11.0
+pkgrel=2
+pkgdesc="A configuration editing tool that parses config files and transforms them into a tree"
+arch=('x86_64')
+url="http://augeas.net"
+license=('LGPL')
+depends=('libxml2' 'gcc-libs')
+validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
+source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
+sha512sums=('1b67bb7fcd9b560d3fe4a5c753d5e778db73caaab6e50367afd123eec107b65b73096913ac7d5170e85f5b63ff3522b2a6932b130e207ab22560dfc6e267b8a1'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list