wok-next annotate xinit/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d01953cd12ed |
children |
rev | line source |
---|---|
al@21072 | 1 # SliTaz package receipt v2. |
al@21072 | 2 |
al@21072 | 3 PACKAGE="xinit" |
al@21072 | 4 VERSION="1.4.0" |
al@21072 | 5 CATEGORY="x-window" |
al@21072 | 6 SHORT_DESC="X Window System initializer (includes startx)" |
al@21072 | 7 MAINTAINER="devel@slitaz.org" |
al@21072 | 8 LICENSE="MIT" |
al@21072 | 9 WEB_SITE="https://www.x.org/wiki/" |
al@21072 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xinit.html" |
al@21072 | 11 |
al@21072 | 12 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@21072 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
al@21072 | 14 TARBALL_SHA1="fcdca692b09a45f546016fff78718d1cf7e7852f" |
al@21072 | 15 |
al@21072 | 16 BUILD_DEPENDS="util-macros libxmu-dev" |
al@21078 | 17 DEPENDS="libx11 openssl xauth" |
al@21072 | 18 |
al@21072 | 19 compile_rules() { |
al@21072 | 20 sed -i '/$serverargs $vtarg/ s/serverargs/: #&/' startx.cpp |
al@21072 | 21 |
al@21072 | 22 ./configure \ |
al@21072 | 23 --with-xinitdir=/etc/X11/app-defaults \ |
al@21072 | 24 $CONFIGURE_ARGS && |
al@21072 | 25 make && |
al@21072 | 26 make install || return 1 |
al@21072 | 27 |
al@21072 | 28 install -Dm644 $stuff/xserverrc $install/etc/X11/app-defaults/xserverrc |
al@21072 | 29 } |
al@21072 | 30 |
al@21072 | 31 TAGS="Xorg" |
al@21072 | 32 |
al@21072 | 33 PROVIDE="xorg-xinit" |