18 lines
615 B
Text
18 lines
615 B
Text
# Template build file for 'xinit'.
|
|
pkgname=xinit
|
|
version=1.3.2
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
make_build_args="XINITDIR=/etc/X11/xinit"
|
|
make_install_args="XINITDIR=/etc/X11/xinit"
|
|
short_desc="X init program"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235
|
|
long_desc="
|
|
This package provides xinit and startx, utilities for starting the
|
|
X Window System server. This is from the modular X.org."
|
|
|
|
conf_files="/etc/X11/xinit/xinitrc"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build libX11-devel
|