1 # Maintainer: Ivan Puntiy <ivan.puntiy at gmail>
2 # Contributor: <francois.archlinux.org>
7 pkgdesc="A collection of Type1 and TrueType Hebrew fonts"
9 url="http://culmus.sourceforge.net"
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')
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