updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / ttf-cm-unicode / PKGBUILD
blob8cd05de3e0cc9da845988e01d750e67c5bff6616
1 # Contributor: Luis Miguel García-Cuevas González <luismiguelgcg@gmail.com>
2 pkgname=ttf-cm-unicode
3 _realname=cm-unicode
4 pkgver=0.7.0
5 pkgrel=1
6 pkgdesc="Computer Modern Unicode ttf fonts"
7 arch=('any')
8 url="http://canopus.iacp.dvo.ru/~panov/cm-unicode/"
9 license=('custom:OFL1.1')
10 groups=()
11 depends=('fontconfig' 'xorg-font-utils')
12 makedepends=()
13 optdepends=()
14 provides=()
15 conflicts=()
16 replaces=()
17 backup=()
18 options=()
19 install=ttf.install
20 #source=(http://downloads.sourceforge.net/project/cm-unicode/cm-unicode/0.7.0/cm-unicode-0.7.0-ttf.tar.xz)
21 source=(http://downloads.sourceforge.net/project/$_realname/$_realname/$pkgver/$_realname-$pkgver-ttf.tar.xz)
22 noextract=()
23 md5sums=('8dc72a959ced139847f4160ff9413fd8')
25 build() {
26   cd "$srcdir/$_realname-$pkgver"
27   install -d ${pkgdir}/usr/share/fonts/TTF
28   install -d ${pkgdir}/usr/share/licenses/$pkgname/
29   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
30   install -m644 OFL*.txt ${pkgdir}/usr/share/licenses/$pkgname/
33 # vim:set ts=2 sw=2 et: