updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / fontconfig-lcd / PKGBUILD
blob460d641d8540751f5560fbbaa84d7c78853e3787
1 # Maintainer: Arkham <arkham at archlinux dot us>
2 # Contributor: Manuel "ekerazha" C. (www.ekerazha.com)
4 pkgname=fontconfig-lcd
5 pkgver=2.8.0
6 pkgrel=1
7 pkgdesc="A library for configuring and customizing font access (custom LCD filter)."
8 arch=('i686' 'x86_64')
9 url="http://www.fontconfig.org/"
10 license=('Public domain')
11 depends=('fontconfig>=2.8.0')
12 install=$pkgname.install
13 source=(10-lcd-filter.conf)
14 md5sums=('4e21cf72bfa4a5d59529cdced622ce25')
16 build() {
17     install -Dm 644 $srcdir/10-lcd-filter.conf  \
18         $pkgdir/etc/fonts/conf.avail/10-lcd-filter.conf || return 1