diff options
Diffstat (limited to 'libre/aif-libre/PKGBUILD')
-rw-r--r-- | libre/aif-libre/PKGBUILD | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/libre/aif-libre/PKGBUILD b/libre/aif-libre/PKGBUILD deleted file mode 100644 index 7decd9531..000000000 --- a/libre/aif-libre/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Dieter Plaetinck <dieter@plaetinck.be> - -pkgname=aif-libre -pkgver=2011.08.31 -pkgrel=1 -pkgdesc="The ArchLinux Installation Framework (Parabola Rebranded)" -arch=('any') -url="https://projects.parabolagnulinux.org/aif.git" -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' - ) -replaces=('aif') -conflicts=('aif') -provides=('aif') -source=($url/snapshot/aif-${pkgver}.tar.bz2) -md5sums=('02428484aaf6ce35f2abcccd921c8330') - -build() { - - cd $srcdir/aif-$pkgver/ - - make DESTDIR="$pkgdir/" install - -} - -# vim:set ts=2 sw=2 et: |