updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / texlive-wieynk / PKGBUILD
blob1888e5633592e634a2f5a06d974828f1900ef7fc
1 # Maintainer: Edgar Kalkowski <eMail@edgar-kalkowski.de>
2 pkgname=texlive-wieynk
3 pkgver=20060330
4 pkgrel=1
5 pkgdesc="Wieynk fraktur font for use with LaTeX."
6 arch=(any)
7 url="http://www.gaehrken.de/fraktur/"
8 license=('unknown')
9 groups=()
10 depends=(texlive-core texlive-frakturx)
11 makedepends=(unzip coreutils)
12 optdepends=()
13 provides=()
14 conflicts=()
15 replaces=()
16 backup=()
17 options=()
18 install=texlive-wieynk.install
19 changelog=
20 source=(http://www.gaehrken.de/fraktur/twieynk.zip)
21 noextract=()
22 md5sums=('617f747a6ab9fa1bc09d0b2f032c97bc')
24 build() {
25   return 0
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"
33   cp -r "$srcdir/dvips" "$pkgdir/usr/share/texmf"