2008-10-06 21:29:59 +00:00
|
|
|
# Template build file for 'xinit'.
|
|
|
|
pkgname=xinit
|
2013-09-13 08:30:10 +00:00
|
|
|
version=1.3.3
|
2014-02-14 14:06:33 +00:00
|
|
|
revision=2
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-11-06 13:28:49 +00:00
|
|
|
configure_args="--with-xinitdir=/etc/X11/xinit"
|
2013-04-14 16:42:25 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libX11-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
conf_files="
|
|
|
|
/etc/X11/xinit/xinitrc
|
|
|
|
/etc/X11/xinit/xserverrc
|
|
|
|
/etc/skel/.xinitrc
|
|
|
|
/etc/skel/.xsession"
|
2008-10-06 21:29:59 +00:00
|
|
|
short_desc="X init program"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-11-06 13:28:49 +00:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
license="MIT"
|
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
2013-09-13 08:30:10 +00:00
|
|
|
checksum=74b2878de6e3d5b5948f1562a77e7f53b4e10621e505ddb278050c7f3cae00af
|
2012-11-06 13:28:49 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
sed -i -e 's/XSLASHGLOB.sh/XSLASHGLOB/' xinitrc.cpp
|
|
|
|
}
|
2009-03-25 05:30:26 +00:00
|
|
|
|
2012-11-06 13:28:49 +00:00
|
|
|
post_install() {
|
|
|
|
vinstall ${FILESDIR}/xinitrc 644 etc/skel .xinitrc
|
|
|
|
vinstall ${FILESDIR}/xsession 644 etc/skel .xsession
|
|
|
|
vinstall ${FILESDIR}/xserverrc 644 etc/X11/xinit
|
|
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
|
|
}
|