wok-next diff xorg-fonttosfnt/receipt @ rev 20649

grub2-efi: remove duplicate modules (thanks alanyih)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 04 10:48:37 2018 +0200 (2018-05-04)
parents ea3c4b76ea5d
children cd7906120828
line diff
     1.1 --- a/xorg-fonttosfnt/receipt	Fri Jul 14 16:02:21 2017 +0300
     1.2 +++ b/xorg-fonttosfnt/receipt	Fri May 04 10:48:37 2018 +0200
     1.3 @@ -14,20 +14,13 @@
     1.4  BUILD_DEPENDS="xorg-xproto freetype-dev xorg-libfontenc-dev"
     1.5  PKG_RULE="std"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 -	./configure \
    1.11 -		--sysconfdir=/etc \
    1.12 -		--localstatedir=/var \
    1.13 -		$CONFIGURE_ARGS &&
    1.14 +compile_rules() {
    1.15 +	./configure $CONFIGURE_ARGS &&
    1.16  	make &&
    1.17  	make install
    1.18  }
    1.19  
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	copy @std
    1.25  	DEPENDS="freetype xorg-libfontenc"
    1.26  	TAGS="utility xorg fonts"