# Description:  Font with icons for status bar
# URL:  http://sourceforge.net/projects/stlarchfont
# Maintainer:  z3bra, dev at z3bra dot org
# Depends on:  fontconfig

name=stlarch_font
version=1.5
release=2
source=(http://sourceforge.net/projects/stlarchfont/files/$name-$version.tar.gz)

build() {
    cd "$name-$version"

    install -d "$PKG/usr/share/fonts/local"
    install -d "$PKG/usr/share/doc/$name"
    install -m644 *.pcf "$PKG/usr/share/fonts/local"
}
# vim: set ft=sh ts=4 et:
