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

Simo Leone simo at archlinux.org
Sun Jun 22 00:28:38 UTC 2008


    Date: Saturday, June 21, 2008 @ 20:28:37
  Author: simo
Revision: 3328

newpkg: archiso

Added:
  archiso/
  archiso/repos/
  archiso/trunk/
  archiso/trunk/PKGBUILD

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

Added: archiso/trunk/PKGBUILD
===================================================================
--- archiso/trunk/PKGBUILD	                        (rev 0)
+++ archiso/trunk/PKGBUILD	2008-06-22 00:28:37 UTC (rev 3328)
@@ -0,0 +1,17 @@
+pkgname=archiso
+pkgver=0.1
+pkgrel=1
+pkgdesc="ArchLinux livecd generation scripts"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/?p=archiso.git"
+license=('GPL')
+depends=('mkinitcpio' 'cdrkit' 'squashfs-tools' 'devtools')
+source=(ftp://ftp.archlinux.org/other/$pkgname-$pkgver.tar.gz)
+md5sums=('84c39d8f423fd60646a1013837c68167')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:





More information about the arch-commits mailing list