wok-next diff xorg-xmessage/receipt @ rev 20462
Combine receipts
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Mar 06 03:00:01 2018 +0200 (2018-03-06) |
parents | ea3c4b76ea5d |
children | 757d032c55c7 |
line diff
1.1 --- a/xorg-xmessage/receipt Fri Jul 14 16:02:21 2017 +0300 1.2 +++ b/xorg-xmessage/receipt Tue Mar 06 03:00:01 2018 +0200 1.3 @@ -7,28 +7,25 @@ 1.4 MAINTAINER="slaxemulator@gmail.com" 1.5 LICENSE="MIT" 1.6 WEB_SITE="https://www.x.org/wiki/" 1.7 -HOST_ARCH="i486 arm" 1.8 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 1.9 1.10 TARBALL="xmessage-$VERSION.tar.bz2" 1.11 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.12 1.13 BUILD_DEPENDS="xorg-util-macros xorg-libXaw-dev" 1.14 -PKG_RULE="std" 1.15 1.16 -# Rules to configure and make the package. 1.17 -compile_rules() 1.18 -{ 1.19 +compile_rules() { 1.20 + fix ld 1.21 ./configure \ 1.22 --sysconfdir=/etc \ 1.23 --localstatedir=/var \ 1.24 $CONFIGURE_ARGS && 1.25 + fix libtool && 1.26 make && 1.27 make install 1.28 } 1.29 1.30 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 -genpkg_rules() 1.32 -{ 1.33 +genpkg_rules() { 1.34 copy @std 1.35 DEPENDS="xorg-libX11 xorg-libXaw xorg-libXt" 1.36 CONFIG_FILES="/etc/X11/app-defaults/Xmessage \