summaryrefslogtreecommitdiffstats
path: root/base/xorg-cf-files/Pkgfile
blob: cf6e03296c31c9a98dbaefc1abea120f2911e3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Fichiers de configuration pour Xorg
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

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

build() {
	cd $name-$version

	./configure --prefix=/usr

	make
	make DESTDIR=$PKG install
}