pkgname=aif
pkgver=2009.08.07
pkgrel=1
pkgdesc="The ArchLinux Installation Framework"
arch=('any')
url="http://projects.archlinux.org/?p=aif.git;a=summary"
license=('GPL3')
depends=('bash' 'pacman')
optdepends=('markdown: to generate the html installation guide')
source=("ftp://ftp.archlinux.org/other/aif/aif-$pkgver.tar.gz")
md5sums=('b8d76716f85a4f7ec56dc0c195833ce5')

build() {
  msg "Nothing to compile for $pkgname"
}

package() {
  cd $srcdir/aif-$pkgver/
  
  make DESTDIR="$pkgdir/" install || return 1
}

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

