updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / texlive-frakturx / PKGBUILD
blob7b4a7684a44657b57e237ca703f687dd83c7f867
1 # Maintainer: Edgar Kalkowski <eMail@edgar-kalkowski.de>
2 pkgname=texlive-frakturx
3 pkgver=20070103
4 pkgrel=1
5 pkgdesc="Base package for typesetting Fraktur fonts with LaTeX. You will need at least one font package."
6 arch=(any)
7 url="http://www.gaehrken.de/fraktur/"
8 license=('unknown')
9 groups=()
10 depends=(texlive-core)
11 makedepends=(unzip findutils coreutils)
12 optdepends=()
13 provides=()
14 conflicts=()
15 replaces=()
16 backup=()
17 options=()
18 install=texlive-frakturx.install
19 changelog=
20 source=(http://www.gaehrken.de/fraktur/base.zip)
21 noextract=()
22 md5sums=('f024b87f767c2deb5cdc51b954a94feb')
24 build() {
25   find "$srcdir" -name '._*' -exec rm \{\} \;
28 package() {
29   mkdir -p "$pkgdir/usr/share/texmf"
30   cp -r "$srcdir/fonts" "$pkgdir/usr/share/texmf"
31   cp -r "$srcdir/tex" "$pkgdir/usr/share/texmf"
32   cp -r "$srcdir/doc" "$pkgdir/usr/share/texmf"