summaryrefslogtreecommitdiff
path: root/libre/aif-libre/PKGBUILD
blob: 1a12d1a681f9e0e41e236f4db01190e8a7f15dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# $Id$
# Maintainer: Dieter Plaetinck <dieter@plaetinck.be>

pkgname=aif-libre
pkgver=2011.05.22
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=('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'
            )
replaces=('aif')
conflicts=('aif')
provides=('aif')
source=($url/snapshot/aif-${pkgver}.tar.bz2)

build() {

  cd $srcdir/aif-$pkgver/
  
  make DESTDIR="$pkgdir/" install

}

# vim:set ts=2 sw=2 et:

md5sums=('2dbbdc5321111e6cb30a4a8f68018f12')