updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / tamsynmod / PKGBUILD
blob12e3e40a11b296d9e4da25558c7bfc965e74ac49
1 # Maintainer: stlarch  stlarchie@gmail.com
2 # Tamsyn font by Scott Fial, icons by stlarch
4 pkgname=tamsynmod
5 pkgver=1.6.1
6 pkgrel=1
7 pkgdesc="Tamsyn font with added status icons"
8 arch=('any')
9 url="http://sourceforge.net/projects/tamsynmod"
10 license=('GPL')
11 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
12 install=tamsynmod.install
13 source=("http://sourceforge.net/projects/tamsynmod/files/$pkgname-$pkgver.tar.gz")
15 build () {
16   cd "$srcdir/$pkgname-$pkgver"
18   install -d "$pkgdir/usr/share/fonts/local"
20   install -m644 * "$pkgdir/usr/share/fonts/local/"
22 md5sums=('151128dc6ced9eb312ab93bcc6bb4ea2')