summaryrefslogtreecommitdiffstats
path: root/xorg-font-alias/Pkgfile
blob: be733354a6f2e211fa66cbb9dc04d0fcd0566f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: Polices Xorg font-alias
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=xorg-font-alias
version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-alias-$version.tar.bz2)

build() {
	cd font-alias-$version
	./configure $XORG_CONFIG
	make
	make DESTDIR=$PKG install
}