[arch-commits] Commit in (4 files)

Pierre Schmitz pierre at archlinux.org
Mon Jun 2 07:37:20 UTC 2008


    Date: Monday, June 2, 2008 @ 03:37:20
  Author: pierre
Revision: 2448

added run-parts; needed by e.g. ca-certificates

Added:
  run-parts/
  run-parts/repos/
  run-parts/trunk/
  run-parts/trunk/PKGBUILD

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

Added: run-parts/trunk/PKGBUILD
===================================================================
--- run-parts/trunk/PKGBUILD	                        (rev 0)
+++ run-parts/trunk/PKGBUILD	2008-06-02 07:37:20 UTC (rev 2448)
@@ -0,0 +1,21 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=run-parts
+pkgver=2.28.6
+pkgrel=1
+pkgdesc='run-parts from the debianutils package'
+arch=(i686 x86_64)
+url="http://packages.qa.debian.org/d/debianutils.html"
+license=('GPL')
+source=(http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.gz) 
+md5sums=('04676aaeaf8ff3863b029b2ade5578aa')
+
+build() {
+	cd $srcdir/debianutils-$pkgver
+	./configure --prefix=/usr
+	make
+
+	install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+	install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+}
\ No newline at end of file





More information about the arch-commits mailing list