summaryrefslogtreecommitdiff
path: root/community/lout/PKGBUILD
blob: 3abe6c2a6214723f8f787f60096862a2d25da883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id: PKGBUILD 56257 2011-10-04 00:41:28Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: catwell <catwell@archlinux.us>

pkgname=lout
pkgver=3.39
pkgrel=1
pkgdesc="A lightweight document formatting system."
arch=('i686' 'x86_64' 'mips64el')
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
}