27 lines
766 B
Bash
27 lines
766 B
Bash
# Template file for 'xinit'
|
|
pkgname=xinit
|
|
version=1.4.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-xinitdir=/etc/X11/xinit"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel"
|
|
short_desc="X init program"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://xorgwiki.freedesktop.org/xorg"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
|
checksum=de9b8f617b68a70f6caf87da01fcf0ebd2b75690cdcba9c921d0ef54fa54abb9
|
|
|
|
conf_files="
|
|
/etc/X11/xinit/xinitrc
|
|
/etc/X11/xinit/xserverrc
|
|
/etc/skel/.xinitrc
|
|
/etc/skel/.xsession"
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/xinitrc 644 etc/skel .xinitrc
|
|
vinstall ${FILESDIR}/xsession 644 etc/skel .xsession
|
|
vinstall ${FILESDIR}/xserverrc 644 etc/X11/xinit
|
|
vlicense COPYING
|
|
}
|