updated on Fri Jan 6 00:09:29 UTC 2012
[aur-mirror.git] / lout / PKGBUILD
blob1a2a194efe359f199c1a9fcb6e0bf29e021daffc
1 # Maintainer: Kyle Keen <keenerd@gmail.com>
2 # Contributor: catwell <catwell@archlinux.us>
4 pkgname=lout
5 pkgver=3.39
6 pkgrel=1
7 pkgdesc="A lightweight document formatting system."
8 arch=('i686' 'x86_64')
9 url="http://lout.wiki.sourceforge.net/"
10 license=('GPL')
11 install=lout.install
12 source=(http://mirrors.ctan.org/support/$pkgname/$pkgname-$pkgver.tar.gz makefile.arch lout.install)
13 md5sums=('151e1fba676c7052936ccc1bcd9663a9'
14          '088a29ca16477a9a30da9fafc9391de8'
15          'c1fe68b4573c25dba41c2483346c2974')
17 build() {
18   cd "$srcdir"/$pkgname-$pkgver
19   cp ../makefile.arch .
20   make -f makefile.arch PKGDIR="$pkgdir" install