wok-next diff xorg-dmxproto/receipt @ rev 20462

Combine receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 06 03:00:01 2018 +0200 (2018-03-06)
parents ea3c4b76ea5d
children 757d032c55c7
line diff
     1.1 --- a/xorg-dmxproto/receipt	Fri Jul 14 16:02:21 2017 +0300
     1.2 +++ b/xorg-dmxproto/receipt	Tue Mar 06 03:00:01 2018 +0200
     1.3 @@ -7,27 +7,23 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="MIT"
     1.6  WEB_SITE="https://www.x.org/wiki/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7proto.html"
     1.8  
     1.9  TARBALL="dmxproto-$VERSION.tar.bz2"
    1.10  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.11  
    1.12  BUILD_DEPENDS="xorg-util-macros"
    1.13 -PKG_RULE="dev"
    1.14  
    1.15 -# Rules to configure and make the package.
    1.16 -compile_rules()
    1.17 -{
    1.18 +compile_rules() {
    1.19  	./configure \
    1.20  		--sysconfdir=/etc \
    1.21  		--localstatedir=/var \
    1.22 -	$CONFIGURE_ARGS &&
    1.23 +		$CONFIGURE_ARGS &&
    1.24  	make &&
    1.25  	make install
    1.26  }
    1.27  
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 +genpkg_rules() {
    1.32  	copy @dev
    1.33  	DEPENDS="xorg-util-macros"
    1.34  }