[arch-commits] Commit in archiso/repos (extra-any extra-any/PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Fri Aug 3 20:51:32 UTC 2012


    Date: Friday, August 3, 2012 @ 16:51:32
  Author: pierre
Revision: 164707

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/
  archiso/repos/extra-any/PKGBUILD
    (from rev 164706, archiso/trunk/PKGBUILD)

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

Copied: archiso/repos/extra-any/PKGBUILD (from rev 164706, archiso/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-08-03 20:51:32 UTC (rev 164707)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=archiso
+pkgver=1
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        "ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig")
+md5sums=('e71bd307872fc66fec2e0236e2976e4a'
+         '2b6b0516f15179f81250bebb2224f1ac')
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list