wok-next view xinit/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d01953cd12ed
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="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 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xinit.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 TARBALL_SHA1="fcdca692b09a45f546016fff78718d1cf7e7852f"
16 BUILD_DEPENDS="util-macros libxmu-dev"
17 DEPENDS="libx11 openssl xauth"
19 compile_rules() {
20 sed -i '/$serverargs $vtarg/ s/serverargs/: #&/' startx.cpp
22 ./configure \
23 --with-xinitdir=/etc/X11/app-defaults \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install || return 1
28 install -Dm644 $stuff/xserverrc $install/etc/X11/app-defaults/xserverrc
29 }
31 TAGS="Xorg"
33 PROVIDE="xorg-xinit"