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

Update Xorg
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Sep 03 01:53:08 2018 +0300 (2018-09-03)
parents cd7906120828
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xinit"
4 VERSION="1.4.0"
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/"
10 REPOLOGY="xinit"
12 TARBALL="xinit-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
15 BUILD_DEPENDS="xorg-util-macros xorg-libXmu-dev"
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 }