wok-next diff xorg-xlsclients/receipt @ rev 20507
mesa: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 16 12:33:45 2018 +0100 (2018-03-16) |
parents | 7b1d5dc42d52 |
children | 757d032c55c7 |
line diff
1.1 --- a/xorg-xlsclients/receipt Sat Jul 15 13:09:10 2017 +0300 1.2 +++ b/xorg-xlsclients/receipt Fri Mar 16 12:33:45 2018 +0100 1.3 @@ -7,29 +7,27 @@ 1.4 MAINTAINER="al.bobylev@gmail.com" 1.5 LICENSE="MIT" 1.6 WEB_SITE="https://www.x.org/wiki/" 1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 1.8 1.9 TARBALL="xlsclients-$VERSION.tar.bz2" 1.10 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.11 1.12 BUILD_DEPENDS="xorg-util-macros xorg-libxcb-dev" 1.13 -PKG_RULE="std" 1.14 1.15 -# Rules to configure and make the package. 1.16 -compile_rules() 1.17 -{ 1.18 +compile_rules() { 1.19 touch /root/missing /missing 1.20 1.21 + fix ld 1.22 ./configure \ 1.23 --sysconfdir=/etc \ 1.24 --localstatedir=/var \ 1.25 $CONFIGURE_ARGS && 1.26 + fix libtool && 1.27 make && 1.28 make install 1.29 } 1.30 1.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 -genpkg_rules() 1.33 -{ 1.34 +genpkg_rules() { 1.35 copy @std 1.36 DEPENDS="xorg-libxcb" 1.37 }