wok diff xorg-libXp/receipt @ rev 23515
busybox: musl & diet may fail (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 06 12:11:08 2020 +0200 (2020-04-06) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-libXp/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-libXp/receipt Mon Apr 06 12:11:08 2020 +0200 1.3 @@ -1,28 +1,29 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXp" 1.7 -SOURCE="libXp" 1.8 -VERSION="1.0.2" 1.9 +VERSION="1.0.3" 1.10 CATEGORY="development" 1.11 SHORT_DESC="Provides public APIs to allow client applications to render to non-display devices." 1.12 MAINTAINER="rcx@zoominternet.net" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://www.x.org/wiki/" 1.15 + 1.16 SOURCE="libXp" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 -WEB_SITE="https://www.x.org/" 1.19 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.20 -HOST_ARCH="i486 arm" 1.21 1.22 DEPENDS="xorg-libXext" 1.23 BUILD_DEPENDS="xorg-libXext-dev xorg-printproto" 1.24 1.25 +HOST_ARCH="i486 arm" 1.26 + 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 - ./configure \ 1.32 + ./configure \ 1.33 $CONFIGURE_ARGS && 1.34 - make && make install 1.35 + make && 1.36 + make install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg. 1.40 @@ -31,4 +32,3 @@ 1.41 mkdir -p $fs/usr/lib 1.42 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.43 } 1.44 -