[arch-commits] Commit in devtools/repos (testing-any testing-any/PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Wed Oct 3 11:36:07 UTC 2012


    Date: Wednesday, October 3, 2012 @ 07:36:07
  Author: pierre
Revision: 167726

archrelease: copy trunk to testing-any

Added:
  devtools/repos/testing-any/
  devtools/repos/testing-any/PKGBUILD
    (from rev 167725, devtools/trunk/PKGBUILD)

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

Copied: devtools/repos/testing-any/PKGBUILD (from rev 167725, devtools/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-10-03 11:36:07 UTC (rev 167726)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=devtools
+pkgver=20121003
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        "ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig")
+md5sums=('7a20ec4fe7239a693c2d3430dee99344'
+         '0b20722bbeba43d9e907b61b02359c51')
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	make PREFIX=/usr
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	make PREFIX=/usr DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list