summaryrefslogtreecommitdiffstats
path: root/xorg-xinit/Pkgfile.old
blob: c04c68e0d5e963c1ae81303bd161f87e055fdecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: X Window System initializer
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-server

name=xorg-xinit
version=1.2.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.bz2)

build() {
	cd xinit-$version

	./configure --prefix=/usr --mandir=/usr/man

	make
	make DESTDIR=$PKG install
}