[arch-commits] Commit in augeas/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 4 10:32:42 UTC 2018
Date: Thursday, October 4, 2018 @ 10:32:42
Author: felixonmars
Revision: 389423
archrelease: copy trunk to community-testing-x86_64
Added:
augeas/repos/community-testing-x86_64/
augeas/repos/community-testing-x86_64/PKGBUILD
(from rev 389422, augeas/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: augeas/repos/community-testing-x86_64/PKGBUILD (from rev 389422, augeas/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2018-10-04 10:32:42 UTC (rev 389423)
@@ -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=1
+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