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

Felix Yan felixonmars at archlinux.org
Sat Jan 27 20:33:02 UTC 2018


    Date: Saturday, January 27, 2018 @ 20:33:01
  Author: felixonmars
Revision: 287551

archrelease: copy trunk to community-testing-x86_64

Added:
  augeas/repos/community-testing-x86_64/
  augeas/repos/community-testing-x86_64/PKGBUILD
    (from rev 287550, augeas/trunk/PKGBUILD)

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

Copied: augeas/repos/community-testing-x86_64/PKGBUILD (from rev 287550, augeas/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-01-27 20:33:01 UTC (rev 287551)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Jon Nordby <jononor at gmail.com>
+
+pkgname=augeas
+pkgver=1.10.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=('e0b320f1d64af054d1ea6b97b34d3a0fccdefc92dde452b6ca6fee2d72006fce89ea85ffb8c3a039af265b8b377a8883faa82a2b07090d856439b93a373bb1ff'
+            '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