CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: initial import (verified compilation)
[attic/ports/opt-cross.git] / x11-fonts-dejavu / Pkgfile
... / ...
CommitLineData
1# URL: http://dejavu.sourceforge.net
2# Description: A font family based on the Bitstream Vera Fonts
3# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Depends on:
6
7name=x11-fonts-dejavu
8version=2.30
9release=1
10source=(http://dl.sourceforge.net/sourceforge/dejavu/dejavu-fonts-ttf-$version.tar.bz2)
11
12build() {
13 cd dejavu-fonts-ttf-$version
14 mkdir -p $PKG/usr/share/fonts/dejavu
15 install -o root -g root -m 0644 ttf/*.ttf \
16 $PKG/usr/share/fonts/dejavu/
17}