updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / latex-wrapfig / PKGBUILD
blob47045ee97b5f3bc65e128590c8c6e27f5d21b197
1 # Contributor: Mac Mollison <mollison at cs dot unc dot edu>
2 pkgname=latex-wrapfig
3 pkgver=20090314
4 pkgrel=1
5 pkgdesc="Produces figures which text can flow around."
6 arch=('i686' 'x86_64')
7 url="http://tug.ctan.org/tex-archive/macros/latex/contrib/wrapfig/"
8 license=('custom')
9 depends=('texlive-core')
10 makedepends=('unzip')
11 source=(http://tug.ctan.org/get/macros/latex/contrib/wrapfig/wrapfig.sty)
12 md5sums=(3701aebf80ccdef248c0c20dd062fea9)
14 build() {
15     mkdir -p $startdir/pkg/usr/share/texmf-dist/tex/latex/wrapfig
16     install -D $startdir/src/wrapfig.sty $startdir/pkg/usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty