summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD25
1 files changed, 7 insertions, 18 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adb04feb3e53..68542054277d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,32 +2,21 @@
# Contributor: Edgar Kalkowski <eMail@edgar-kalkowski.de>
pkgname=texlive-frakturx
pkgver=20070103
-pkgrel=1
+pkgrel=2
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=()
+arch='any'
+url='http://www.gaehrken.de/fraktur'
+license=('custom')
install=texlive-frakturx.install
-changelog=
-source=(http://www.gaehrken.de/fraktur/base.zip)
-noextract=()
+source=('http://www.gaehrken.de/fraktur/base.zip')
md5sums=('f024b87f767c2deb5cdc51b954a94feb')
-build() {
+prepare() {
find "$srcdir" -name '._*' -exec rm \{\} \;
}
package() {
- mkdir -p "$pkgdir/usr/share/texmf"
+ install -d "$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"