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

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 757d032c55c7
children 02b674913611
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/"
10 REPOLOGY="xinit"
12 TARBALL="xinit-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
15 BUILD_DEPENDS="xorg-libXmu-dev"
16 PKG_RULE="std"
18 compile_rules() {
19 sed -e '/$serverargs $vtarg/ s/serverargs/: #&/' \
20 -i startx.cpp
22 ./configure \
23 --with-xinitdir=/etc/X11/xinit \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install &&
28 cp $stuff/xserverrc $install/etc/X11/xinit/xserverrc
29 }
31 genpkg_rules() {
32 copy @std
33 DEPENDS="xorg-libX11 openssl xorg-xauth"
34 TAGS="utility xorg"
35 }