updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / biblatex-historian / PKGBUILD
blob64211531b79053a809e4d8a882a1f3577191e792
1 # Maintainer: Mark van Dijk <mark@caffeine-powered.net>
3 pkgname=biblatex-historian
4 pkgver=0.4
5 pkgrel=1
6 pkgdesc="A citation- and bibliography style for the biblatex system which follows the guidelines of the Turabian Manual for Writers, which in turn is based on the Chicago Manual of Style."
7 url="http://tug.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblatex-historian"
8 arch=('any')
9 license=('LPPL')
10 depends=('texlive-latexextra' 'texlive-bibtexextra')
11 install=biblatex-historian.install
12 source=($pkgname.zip::http://mirror.ctan.org/macros/latex/exptl/biblatex-contrib/$pkgname.zip)
13 md5sums=('a6b85f50a64fa418ac34fe66fd45bbf7')
15 build() {
16   cd $srcdir/$pkgname
17   install -d $pkgdir/usr/share/texmf/doc/latex/biblatex-contrib/biblatex-historian
18   install -d $pkgdir/usr/share/texmf/tex/latex/biblatex-contrib/biblatex-historian
20   install -Dm644 historian.lbx historian.bbx historian.cbx \
21     $pkgdir/usr/share/texmf/tex/latex/biblatex-contrib/biblatex-historian
23   install -Dm644 README.txt historian.pdf historian.bib \
24     $pkgdir/usr/share/texmf/doc/latex/biblatex-contrib/biblatex-historian
26   install -Dm644 README.txt $pkgdir/usr/share/licenses/$pkgname/README