wok-next diff xorg-resourceproto/receipt @ rev 20467
Up cookutils (1034), TiMidity++, alpine, caps, alsaequal
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Mar 08 01:13:43 2018 +0200 (2018-03-08) |
parents | ea3c4b76ea5d |
children | 757d032c55c7 |
line diff
1.1 --- a/xorg-resourceproto/receipt Fri Jul 14 16:02:21 2017 +0300 1.2 +++ b/xorg-resourceproto/receipt Thu Mar 08 01:13:43 2018 +0200 1.3 @@ -7,17 +7,14 @@ 1.4 MAINTAINER="pankso@slitaz.org" 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/x7proto.html" 1.9 1.10 TARBALL="resourceproto-$VERSION.tar.bz2" 1.11 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 1.12 1.13 BUILD_DEPENDS="xorg-util-macros" 1.14 -PKG_RULE="dev" 1.15 1.16 -# Rules to configure and make the package. 1.17 -compile_rules() 1.18 -{ 1.19 +compile_rules() { 1.20 ./configure \ 1.21 --sysconfdir=/etc \ 1.22 --localstatedir=/var \ 1.23 @@ -26,9 +23,7 @@ 1.24 make install 1.25 } 1.26 1.27 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 -genpkg_rules() 1.29 -{ 1.30 +genpkg_rules() { 1.31 copy @dev 1.32 DEPENDS="xorg-util-macros" 1.33 }