# # Platform Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa # include global config source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=ttf-droid pkgver=20100513 pkgrel=1 options=('force') # pkgver was wrong in the last release... remove it again. pkgdesc="A font created by Ascender Corporation for use by the Open Handset Alliance platform, Android." arch=('any') license=('apache') url="http://code.google.com/android/" depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') install=ttf.install source=(http://archlinux.puzzle.ch/files/$pkgname-$pkgver.tar.gz) md5sums=('59b1918da14015c4839ac5627360d915') sha256sums=('0c5658f2a34c7cb35c16da856dea2054c002acb55697a2d07e2e43b2803bfbeb') build() { install -d $pkgdir/usr/share/fonts/TTF/ || return 1 install -m644 base/*.ttf $startdir/pkg/usr/share/fonts/TTF/ || return 1 }