wok-next annotate xorg-xinit/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents ea3c4b76ea5d
children cd7906120828
rev   line source
al@19805 1 # SliTaz package receipt v2.
jozee@3328 2
jozee@3328 3 PACKAGE="xorg-xinit"
devl547@17617 4 VERSION="1.3.4"
jozee@3328 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="X Window System initializer (includes startx)"
jozee@3328 7 MAINTAINER="jozee@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
jozee@3328 10
al@19805 11 TARBALL="xinit-$VERSION.tar.bz2"
al@19805 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@19805 13
pascal@15579 14 BUILD_DEPENDS="xorg-libXmu-dev"
al@19805 15 PKG_RULE="std"
pascal@15579 16
al@20534 17 compile_rules() {
al@19805 18 sed -e '/$serverargs $vtarg/ s/serverargs/: #&/' \
al@19805 19 -i startx.cpp
al@19805 20
jozee@3328 21 ./configure \
al@19805 22 --with-xinitdir=/etc/X11/xinit \
jozee@3328 23 $CONFIGURE_ARGS &&
al@19805 24 make &&
al@19805 25 make install &&
al@19805 26
al@19805 27 cp $stuff/xserverrc $install/etc/X11/xinit/xserverrc
jozee@3328 28 }
jozee@3328 29
al@20534 30 genpkg_rules() {
al@19805 31 copy @std
al@20534 32 DEPENDS="xorg-libX11 openssl xorg-xauth"
al@19805 33 TAGS="utility xorg"
jozee@3328 34 }