summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xinit/Pkgfile
blob: 7615959468f77d60bd1d20495bdfc76e4518e100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: X Window System initializer
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Depends on: xorg-server

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

build() {
	cd xinit-$version

	./configure --prefix=/usr

	make
	patch -Np1 -i ../xinitrc.patch
	make DESTDIR=$PKG install
}