Date: Saturday, December 9, 2017 @ 12:25:46
  Author: bpiotrowski
Revision: 311974

archrelease: copy trunk to testing-x86_64

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

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

Copied: run-parts/repos/testing-x86_64/PKGBUILD (from rev 311973, 
run-parts/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-12-09 12:25:46 UTC (rev 311974)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz <[email protected]>
+
+pkgname=run-parts
+pkgver=4.8.3
+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=('7102246d1c35260ed7f0458a9886acf655c379d14908415574494cdea45e28fb')
+
+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
+}

Reply via email to