CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dropbear: moved from core collection
[attic/ports/opt-cross.git] / x11-fonts-dejavu / Pkgfile
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
7 name=x11-fonts-dejavu
8 version=2.30
9 release=1
10 source=(http://dl.sourceforge.net/sourceforge/dejavu/dejavu-fonts-ttf-$version.tar.bz2)
11
12 build() {
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 }