# $Id: PKGBUILD 56257 2011-10-04 00:41:28Z kkeen $ # Maintainer: Kyle Keen # Contributor: catwell pkgname=lout pkgver=3.39 pkgrel=1 pkgdesc="A lightweight document formatting system." arch=('i686' 'x86_64') url="http://lout.wiki.sourceforge.net/" license=('GPL') depends=('glibc') install=lout.install source=(http://mirrors.ctan.org/support/$pkgname/$pkgname-$pkgver.tar.gz makefile.arch lout.install) md5sums=('151e1fba676c7052936ccc1bcd9663a9' '088a29ca16477a9a30da9fafc9391de8' 'bc6c8df650fe75dd3c51d0c047c56f30') build() { cd "$srcdir/$pkgname-$pkgver" cp ../makefile.arch . make -f makefile.arch PKGDIR="$pkgdir" install }