updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / culmus / PKGBUILD
blob7014db357f6e89612236f8503eecb4f2074b3830
1 # Maintainer: Ivan Puntiy <ivan.puntiy at gmail>
2 # Contributor: <francois.archlinux.org>
4 pkgname=culmus
5 pkgver=0.121
6 pkgrel=1
7 pkgdesc="A collection of Type1 and TrueType Hebrew fonts"
8 arch=('any')
9 url="http://culmus.sourceforge.net"
10 license=('GPL2')
11 depends=('fontconfig' 'xorg-fonts-alias' 'xorg-font-utils' 'xorg-fonts-encodings')
12 install=${pkgname}.install
13 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
14 md5sums=('d4f31184b2f284f7e054709f182011ee')
16 package() {
17   install -d ${pkgdir}/usr/share/fonts/Type1
18   install -m644 ${srcdir}/culmus-$pkgver/*.{afm,pfa} \
19     ${pkgdir}/usr/share/fonts/Type1
21   install -d ${pkgdir}/usr/share/fonts/TTF
22   install -m644 ${srcdir}/culmus-$pkgver/*.ttf \
23     ${pkgdir}/usr/share/fonts/TTF
25   # install provided config file with priority 61
26   install -d ${pkgdir}/etc/fonts/conf.avail/
27   install -m644 ${srcdir}/culmus-$pkgver/culmus.conf \
28     ${pkgdir}/etc/fonts/conf.avail/61-culmus.conf