2008-10-06 23:29:59 +02:00
|
|
|
# Template build file for 'xinit'.
|
|
|
|
pkgname=xinit
|
2009-03-25 06:30:26 +01:00
|
|
|
version=1.1.1
|
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
2008-10-06 23:29:59 +02:00
|
|
|
build_style=gnu_configure
|
2009-03-25 06:30:26 +01:00
|
|
|
make_build_args="XINITDIR=/etc/X11/xinit"
|
|
|
|
make_install_args="XINITDIR=/etc/X11/xinit"
|
2008-10-06 23:29:59 +02:00
|
|
|
short_desc="X init program"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-03-25 06:30:26 +01:00
|
|
|
checksum=b103d2cf9e1cd8b049e28bb1109f3da3a14287bbce3ab8b2f427d55a6e5f4785
|
2008-10-06 23:29:59 +02:00
|
|
|
long_desc="
|
|
|
|
This package provides xinit and startx, utilities for starting the
|
|
|
|
X Window System server. This is from the modular X.org."
|
2009-03-25 06:30:26 +01:00
|
|
|
|
|
|
|
conf_files="/etc/X11/xinit/xinitrc"
|
|
|
|
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full libX11
|
|
|
|
Add_dependency build pkg-config
|