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

Dave Reisner dreisner at archlinux.org
Sat Jul 14 12:20:18 UTC 2012


    Date: Saturday, July 14, 2012 @ 08:20:18
  Author: dreisner
Revision: 163510

archrelease: copy trunk to extra-any

Added:
  arch-install-scripts/repos/extra-any/
  arch-install-scripts/repos/extra-any/PKGBUILD
    (from rev 163509, arch-install-scripts/trunk/PKGBUILD)

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

Copied: arch-install-scripts/repos/extra-any/PKGBUILD (from rev 163509, arch-install-scripts/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-07-14 12:20:18 UTC (rev 163510)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=arch-install-scripts
+pkgver=1
+pkgrel=1
+pkgdesc="Scripts to aid in installing Arch Linux"
+arch=('any')
+url="http://github.com/falconindy/$pkgname"
+license=('GPL')
+depends=('bash' 'coreutils' 'pacman' 'util-linux')
+source=("$pkgname-$pkgver.tar.gz::https://www.github.com/falconindy/$pkgname/tarball/v$pkgver")
+md5sums=('85efe23284fb3997399c8487cb5dc3c5')
+
+build() {
+  dirname=$(tar tf "$pkgname-$pkgver.tar.gz" | sed 1q)
+  make -C "$dirname"
+}
+
+package() {
+  dirname=$(tar tf "$pkgname-$pkgver.tar.gz" | sed 1q)
+  make -j1 -C "$dirname" PREFIX=/usr DESTDIR="$pkgdir" all install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list