summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markus2016-01-08 23:10:09 +0100
committerTobias Markus2016-01-08 23:10:09 +0100
commit891b3a6cc729088698ea62eb9f7dbf09b8a17461 (patch)
treea7e75e978f085ebdd57f87d35829a9712c6a4e5f
parent5f4865b0a8e26bd8cd1876585edd207e4022a69f (diff)
downloadaur-891b3a6cc729088698ea62eb9f7dbf09b8a17461.tar.gz
PKGBUILD improvements
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD25
2 files changed, 11 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74e9c3d8a1bb..292a2b0084ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,13 @@
# Generated by mksrcinfo v8
-# Fri Jan 8 21:57:30 UTC 2016
+# Fri Jan 8 22:09:56 UTC 2016
pkgbase = texlive-frakturx
pkgdesc = Base package for typesetting Fraktur fonts with LaTeX. You will need at least one font package.
pkgver = 20070103
- pkgrel = 1
- url = http://www.gaehrken.de/fraktur/
+ pkgrel = 2
+ url = http://www.gaehrken.de/fraktur
install = texlive-frakturx.install
arch = any
- license = unknown
- makedepends = unzip
- makedepends = findutils
- makedepends = coreutils
- depends = texlive-core
+ license = custom
source = http://www.gaehrken.de/fraktur/base.zip
md5sums = f024b87f767c2deb5cdc51b954a94feb
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"