summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: adb04feb3e535a6c9112f40aa3f768b0c82c28e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Maintainer: netcrusher < tobias AT miglix DOT eu >
# Contributor: Edgar Kalkowski <eMail@edgar-kalkowski.de>
pkgname=texlive-frakturx
pkgver=20070103
pkgrel=1
pkgdesc="Base package for typesetting Fraktur fonts with LaTeX. You will need at least one font package."
arch=(any)
url="http://www.gaehrken.de/fraktur/"
license=('unknown')
groups=()
depends=(texlive-core)
makedepends=(unzip findutils coreutils)
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=texlive-frakturx.install
changelog=
source=(http://www.gaehrken.de/fraktur/base.zip)
noextract=()
md5sums=('f024b87f767c2deb5cdc51b954a94feb')

build() {
  find "$srcdir" -name '._*' -exec rm \{\} \;
}

package() {
  mkdir -p "$pkgdir/usr/share/texmf"
  cp -r "$srcdir/fonts" "$pkgdir/usr/share/texmf"
  cp -r "$srcdir/tex" "$pkgdir/usr/share/texmf"
  cp -r "$srcdir/doc" "$pkgdir/usr/share/texmf"
}