gtk-engines-magicchicken: applied debian's memleak patch
[crux-ports.git] / x11-fonts-smooth / Pkgfile
1 # $Id: Pkgfile 99 2006-04-16 12:32:39Z tilman $
2 # Packager: Tilman Sauerbeck (tilman at code-monkey de)
3 # Description: smooth PCF font
4 # URL: http://erat.org/
5 # Depends on: x11
6
7 name=x11-fonts-smooth
8 version=1.0
9 release=1
10 source=(http://www.erat.org/files/smooth.pcf.gz)
11
12 build() {
13         install -d $PKG/usr/share/fonts/smooth
14         install -m 644 smooth.pcf.gz $PKG/usr/share/fonts/smooth
15 }