wok-next diff xorg-font-sony-misc/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents ea3c4b76ea5d
children 02b674913611
line diff
     1.1 --- a/xorg-font-sony-misc/receipt	Fri Jul 14 16:02:21 2017 +0300
     1.2 +++ b/xorg-font-sony-misc/receipt	Sun May 27 13:10:46 2018 +0300
     1.3 @@ -7,28 +7,21 @@
     1.4  MAINTAINER="al.bobylev@gmail.com"
     1.5  LICENSE="MIT"
     1.6  WEB_SITE="https://www.x.org/wiki/"
     1.7 -COOKOPTS="!gz" # too long
     1.8  
     1.9  TARBALL="font-sony-misc-$VERSION.tar.bz2"
    1.10  WGET_URL="$XORG_MIRROR/font/$TARBALL"
    1.11  
    1.12  BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
    1.13 +COOKOPTS="!gz" # too long
    1.14  PKG_RULE="std"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 -	./configure \
    1.20 -		--sysconfdir=/etc \
    1.21 -		--localstatedir=/var \
    1.22 -		$CONFIGURE_ARGS &&
    1.23 +compile_rules() {
    1.24 +	./configure $CONFIGURE_ARGS &&
    1.25  	make &&
    1.26  	make install
    1.27  }
    1.28  
    1.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 -genpkg_rules()
    1.31 -{
    1.32 +genpkg_rules() {
    1.33  	copy @std
    1.34  	TAGS="font"
    1.35  }