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

Dieter Plaetinck dieter at archlinux.org
Mon Oct 10 15:34:28 UTC 2011


    Date: Monday, October 10, 2011 @ 11:34:27
  Author: dieter
Revision: 140244

archrelease: copy trunk to extra-any

Added:
  aif/repos/extra-any/PKGBUILD
    (from rev 140243, aif/trunk/PKGBUILD)
Deleted:
  aif/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-10 15:34:10 UTC (rev 140243)
+++ PKGBUILD	2011-10-10 15:34:27 UTC (rev 140244)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Dieter Plaetinck <dieter at plaetinck.be>
-
-pkgname=aif
-pkgver=2011.08.04
-pkgrel=1
-pkgdesc="The ArchLinux Installation Framework"
-arch=('any')
-url="http://projects.archlinux.org/?p=aif.git;a=summary"
-license=('GPL3')
-depends=('util-linux-ng' 'bash' 'pacman' 'coreutils' 'grub' 'grep' 'mkinitcpio' 'awk' 'sed' 'libui-sh')
-optdepends=('markdown: to generate the html installation guide'
-            'cryptsetup: for encryption support'
-            'lvm2: for LVM support'
-            'dhcpd: for dhcp networking support'
-            'e2fsprogs: Ext support'
-            'jfsutils: JFS support'
-            'reiserfsprogs: ReiserFS support'
-            'xfsprogs: XFS support'
-            'ntp: setting date with NTP'
-            'dialog: for ncurses support'
-            'curl: for the aif-report-issues.sh script'
-            )
-source=(ftp://ftp.archlinux.org/other/aif/aif-$pkgver.tar.gz)
-md5sums=('64e3d377f73efa865e68d18e36bc3eca')
-
-build() {
-
-  cd $srcdir/aif-$pkgver/
-  
-  make DESTDIR="$pkgdir/" install
-
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: aif/repos/extra-any/PKGBUILD (from rev 140243, aif/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-10-10 15:34:27 UTC (rev 140244)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dieter Plaetinck <dieter at plaetinck.be>
+
+pkgname=aif
+pkgver=2011.10.09
+pkgrel=1
+pkgdesc="The ArchLinux Installation Framework"
+arch=('any')
+url="http://projects.archlinux.org/?p=aif.git;a=summary"
+license=('GPL3')
+depends=('util-linux-ng' 'bash' 'pacman' 'coreutils' 'grub' 'grep' 'awk' 'sed' 'libui-sh')
+optdepends=('markdown: to generate the html installation guide'
+            'cryptsetup: for encryption support'
+            'lvm2: for LVM support'
+            'dhcpd: for dhcp networking support'
+            'btrfs-progs-unstable: Btrfs support'
+            'e2fsprogs: Ext support'
+            'jfsutils: JFS support'
+            'reiserfsprogs: ReiserFS support'
+            'nilfs-utils: Nilfs2 support'
+            'xfsprogs: XFS support'
+            'ntp: setting date with NTP'
+            'dialog: for ncurses support'
+            'curl: for the aif-report-issues.sh script'
+            'syslinux: syslinux support'
+            )
+source=(ftp://ftp.archlinux.org/other/aif/aif-$pkgver.tar.gz)
+md5sums=('fd52c99e9146da6caf95069e62b83696')
+
+build() {
+  cd $srcdir/aif-$pkgver/
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:
+




More information about the arch-commits mailing list