[arch-commits] Commit in parallel/repos/community-any (PKGBUILD PKGBUILD)

Timothy Redaelli tredaelli at nymeria.archlinux.org
Mon Apr 22 11:33:22 UTC 2013


    Date: Monday, April 22, 2013 @ 13:33:22
  Author: tredaelli
Revision: 88797

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
    (from rev 88796, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-22 11:32:54 UTC (rev 88796)
+++ PKGBUILD	2013-04-22 11:33:22 UTC (rev 88797)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Vianney le Clément <vleclement AT gmail·com>
-# Contributor: Peter Simons <simons at cryp.to>
-
-pkgname=parallel
-pkgver=20130222
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('6f369ee1715e5e9b421d4b041d00b31f'
-         '18d1aea776113c692552bfd3e3a5266b')
-sha1sums=('2b470ce7ff3f19682511690e9f391dba8a275dd4'
-          'fb8306131cdf57476a4ce2dd256a6314ac002fc8')
-
-build() {
-  cd "$pkgname-$pkgver"
-  source /etc/profile.d/perlbin.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 88796, parallel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-22 11:33:22 UTC (rev 88797)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Vianney le Clément <vleclement AT gmail·com>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=parallel
+pkgver=20130422
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('37051ad79a3f304635c2dc4bbba65a63'
+         'SKIP')
+sha1sums=('77d88d5f518d3980bc98333e17314132dd02feaa'
+          'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list