wok-next diff xorg-xvinfo/receipt @ rev 20443
The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Feb 24 16:17:33 2018 +0200 (2018-02-24) |
parents | ea3c4b76ea5d |
children | 757d032c55c7 |
line diff
1.1 --- a/xorg-xvinfo/receipt Fri Jul 14 16:02:21 2017 +0300 1.2 +++ b/xorg-xvinfo/receipt Sat Feb 24 16:17:33 2018 +0200 1.3 @@ -7,27 +7,25 @@ 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="xvinfo-$VERSION.tar.bz2" 1.10 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.11 1.12 BUILD_DEPENDS="xorg-util-macros xorg-libXv-dev xorg-libX11-dev xorg-xproto" 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 + fix ld 1.20 ./configure \ 1.21 --sysconfdir=/etc \ 1.22 --localstatedir=/var \ 1.23 $CONFIGURE_ARGS && 1.24 + fix libtool && 1.25 make && 1.26 make install 1.27 } 1.28 1.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 -genpkg_rules() 1.31 -{ 1.32 +genpkg_rules() { 1.33 copy @std 1.34 DEPENDS="xorg-libX11 xorg-libXv" 1.35 }