updated on Wed Jan 11 20:01:35 UTC 2012
[aur-mirror.git] / flatex / PKGBUILD
blob94235012d94ddc14a836bbb2a78d5ab73f3d0d2a
1 # $Id$
2 # Maintainer: Hanspeter Portner <agenthp (at) users.sf.net>
4 pkgname=flatex
5 pkgver=1.12
6 pkgrel=1
7 pkgdesc="Flatten a latex file into a single file, by explicitly including the files inclued by \include and \input commands and also the bibtex bilbiography (*.bbl)."
8 arch=('i686' 'x86_64')
9 url='http://www.ctan.org/pkg/flatex'
10 license=('PD')
11 source=('http://mirrors.ctan.org/support/flatex/flatex.c')
12 md5sums=('18db4c978818c0ec5908b31d81a4f094')
14 build() { 
15   cd "${srcdir}"
16         make -o flatex flatex.c
19 package() {
20         cd "${srcdir}"
21   install -d "${pkgdir}/usr/bin"
22         install -s -m755 flatex "${pkgdir}/usr/bin"