Date: Friday, June 29, 2012 @ 03:39:29
  Author: pierre
Revision: 162728

archrelease: copy trunk to testing-i686, testing-x86_64

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

-------------------------+
 testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: run-parts/repos/testing-i686/PKGBUILD (from rev 162727, 
run-parts/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-06-29 07:39:29 UTC (rev 162728)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pie...@archlinux.de>
+
+pkgname=run-parts
+pkgver=4.3.2
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";)
+sha256sums=('0062d774306a6acc34d3b855a5c4eeb845653b0cd34dbb5c13aa00b4ecb8af22')
+
+build() {
+       cd $srcdir/debianutils-$pkgver
+       ./configure --prefix=/usr
+       make run-parts
+}
+
+package() {
+       cd $srcdir/debianutils-$pkgver
+       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
+}

Copied: run-parts/repos/testing-x86_64/PKGBUILD (from rev 162727, 
run-parts/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-06-29 07:39:29 UTC (rev 162728)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pie...@archlinux.de>
+
+pkgname=run-parts
+pkgver=4.3.2
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";)
+sha256sums=('0062d774306a6acc34d3b855a5c4eeb845653b0cd34dbb5c13aa00b4ecb8af22')
+
+build() {
+       cd $srcdir/debianutils-$pkgver
+       ./configure --prefix=/usr
+       make run-parts
+}
+
+package() {
+       cd $srcdir/debianutils-$pkgver
+       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