wok-next diff lxde-common/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents aef69ec23a2f
children f48456621a9d
line diff
     1.1 --- a/lxde-common/receipt	Fri Jul 21 14:44:00 2017 +0300
     1.2 +++ b/lxde-common/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.3 @@ -7,25 +7,20 @@
     1.4  MAINTAINER="al.bobylev@gmail.com"
     1.5  LICENSE="LGPL3"
     1.6  WEB_SITE="http://www.lxde.org/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxde-common.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.11  
    1.12  BUILD_DEPENDS="intltool"
    1.13  
    1.14 -# Rules to configure and make the package.
    1.15 -compile_rules()
    1.16 -{
    1.17 -	# http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxde-common.html
    1.18 -	./configure \
    1.19 -		--sysconfdir=/etc \
    1.20 -		$CONFIGURE_ARGS &&
    1.21 -	make && make install
    1.22 +compile_rules() {
    1.23 +	./configure $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 @std
    1.33  	TAGS="LXDE"
    1.34 -	copy @std
    1.35  }