updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / ttf-ecofont / PKGBUILD
blob5de4294610572e25aceb0e2cddcfd76f4b690886
1 # Contributor: Mark Smith <markzzzsmith@yahoo.com.au>
2 pkgname=ttf-ecofont
3 pkgver=2.03
4 pkgrel=2
5 pkgdesc="Ecologically friendly font for printed documents (saves ink!)"
6 arch=(i686 x86_64)
7 url="http://www.ecofont.eu/"
8 license=('custom')
9 depends=(fontconfig xorg-fonts-encodings xorg-font-utils)
10 install=$pkgname.install
11 source=(http://www.ecofont.eu/assets/files/spranq_eco_sans_regular.zip
12         http://www.ecofont.eu/assets/files/Ecofont_licence.pdf
13         $pkgname.install)
14 md5sums=('2af5318735606f5dd8cfa45faffe8eb6'
15          'f14318ffddafcacb99fcbd83b3ecb9e7'
16          '1ef3a2484dbee25eb72e222939705f6e')
18 build() {
20         cd "$srcdir/"
22         mkdir -p "${startdir}/pkg/usr/share/fonts/TTF"
23         install -m444 *.ttf "${startdir}/pkg/usr/share/fonts/TTF/"
25         mkdir -p "${startdir}/pkg/usr/share/licenses/custom/$pkgname"
26         install -m444 Ecofont_licence.pdf \
27                 "${startdir}/pkg/usr/share/licenses/custom/$pkgname/license.pdf"