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
CommitLineData
6c3df66b
VM
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
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6c3df66b
VM
5# Depends on:
6
7name=x11-fonts-dejavu
b271aeb5 8version=2.30
6c3df66b 9release=1
70bdddaf 10source=(http://dl.sourceforge.net/sourceforge/dejavu/dejavu-fonts-ttf-$version.tar.bz2)
6c3df66b
VM
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}