PKGBUILDs/extra/aif/PKGBUILD
2009-10-09 21:23:22 -05:00

25 lines
547 B
Bash

# $Id$
# Maintainer: Dieter Plaetinck <dieter@plaetinck.be>
pkgname=aif
pkgver=2009.08.07
pkgrel=1
pkgdesc="The ArchLinux Installation Framework"
arch=('i686' 'x86_64')
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
}
# vim:set ts=2 sw=2 et: