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

Fix build xchat, xchat-plugin, xget, xine-plugin; xorg-xf86-video-geode isn't compatible with 64-bit arch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 13:54:55 2018 +0300 (2018-04-21)
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 }