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

Pierre Schmitz pierre at nymeria.archlinux.org
Thu Aug 8 20:56:57 UTC 2013


    Date: Thursday, August 8, 2013 @ 22:56:57
  Author: pierre
Revision: 192254

archrelease: copy trunk to testing-any

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

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

Copied: devtools/repos/testing-any/PKGBUILD (from rev 192253, devtools/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2013-08-08 20:56:57 UTC (rev 192254)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=devtools
+pkgver=20130808
+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=('99a22d19d7faf7d9e823ab2e561d3ba0'
+         'SKIP')
+
+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