PKGBUILDs/extra/aif/PKGBUILD

22 lines
504 B
Bash
Raw Normal View History

2009-10-10 02:23:22 +00:00
# Maintainer: Dieter Plaetinck <dieter@plaetinck.be>
pkgname=aif
pkgver=2009.08.07
pkgrel=1
pkgdesc="The ArchLinux Installation Framework"
2009-10-11 04:11:32 +00:00
arch=('arm')
2009-10-10 02:23:22 +00:00
url="http://projects.archlinux.org/?p=aif.git;a=summary"
license=('GPL3')
depends=('bash' 'pacman')
optdepends=('markdown: to generate the html installation guide')
source=(http://ftp.archlinux.org/other/aif/aif-$pkgver.tar.gz)
md5sums=('b8d76716f85a4f7ec56dc0c195833ce5')
build() {
cd $srcdir/aif-$pkgver/
make DESTDIR="$pkgdir/" install
}