wok-next diff xorg-presentproto/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-presentproto/receipt	Fri Jul 14 16:02:21 2017 +0300
     1.2 +++ b/xorg-presentproto/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.3 @@ -1,22 +1,20 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="xorg-presentproto"
     1.7 -VERSION="1.0"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Present extension headers"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://www.x.org/wiki/"
    1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7proto.html"
    1.15  
    1.16  TARBALL="presentproto-$VERSION.tar.bz2"
    1.17  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.18  
    1.19  BUILD_DEPENDS="xorg-util-macros"
    1.20 -PKG_RULE="dev"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	./configure \
    1.27  		--sysconfdir=/etc \
    1.28  		--localstatedir=/var \
    1.29 @@ -25,9 +23,7 @@
    1.30  	make install
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 +genpkg_rules() {
    1.37  	copy @dev
    1.38  	DEPENDS="xorg-util-macros"
    1.39  }