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

Update atkmm, cairo, cmake, db, elfutils, emacs, glib, glib-networking, glibmm, gobject-introspection, libsigc++, meson, openssl, zstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 13 00:46:54 2018 +0200 (2018-12-13)
parents 02b674913611
children
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="devel@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 -i '/$serverargs $vtarg/ s/serverargs/: #&/' startx.cpp
20 ./configure \
21 --with-xinitdir=/etc/X11/xinit \
22 $CONFIGURE_ARGS &&
23 make &&
24 make install || return 1
26 cp $stuff/xserverrc $install/etc/X11/xinit/xserverrc
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="xorg-libX11 openssl xorg-xauth"
32 TAGS="utility xorg"
33 }