wok-next view xorg-xinit/receipt @ rev 20778

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
parents ea3c4b76ea5d
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xinit"
4 VERSION="1.3.4"
5 CATEGORY="x-window"
6 SHORT_DESC="X Window System initializer (includes startx)"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="xinit-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 BUILD_DEPENDS="xorg-libXmu-dev"
15 PKG_RULE="std"
17 compile_rules() {
18 sed -e '/$serverargs $vtarg/ s/serverargs/: #&/' \
19 -i startx.cpp
21 ./configure \
22 --with-xinitdir=/etc/X11/xinit \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install &&
27 cp $stuff/xserverrc $install/etc/X11/xinit/xserverrc
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="xorg-libX11 openssl xorg-xauth"
33 TAGS="utility xorg"
34 }