[arch-commits] Commit in run-parts/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Feb 11 10:33:27 UTC 2018


    Date: Sunday, February 11, 2018 @ 10:33:27
  Author: pierre
Revision: 316612

archrelease: copy trunk to testing-x86_64

Added:
  run-parts/repos/testing-x86_64/
  run-parts/repos/testing-x86_64/PKGBUILD
    (from rev 316611, run-parts/trunk/PKGBUILD)

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

Copied: run-parts/repos/testing-x86_64/PKGBUILD (from rev 316611, run-parts/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-02-11 10:33:27 UTC (rev 316612)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=run-parts
+pkgver=4.8.4
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=("http://http.debian.net/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.xz")
+sha256sums=('c061ab99aea61f892043b7624b021ab5b193e9c6bbfd474da0fbcdd506be1eb2')
+
+build() {
+	cd $srcdir/debianutils
+	./configure --prefix=/usr
+	make run-parts
+}
+
+package() {
+	cd $srcdir/debianutils
+	install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+	install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+	for l in po4a/*/run-parts.8; do
+		install -D -m644  ${l} $pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+	done
+}



More information about the arch-commits mailing list