wok-next diff xorg-mkfontscale/receipt @ rev 19872

Up palemoon (27.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Sep 27 20:45:12 2017 +0200 (2017-09-27)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/xorg-mkfontscale/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/xorg-mkfontscale/receipt	Wed Sep 27 20:45:12 2017 +0200
     1.3 @@ -1,28 +1,34 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xorg-mkfontscale"
     1.8  VERSION="1.1.2"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Create an index of scalable font files for X."
    1.11 +SHORT_DESC="Create an index of scalable font files for X"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://www.x.org/wiki/"
    1.15 -TAGS="utility xorg fonts"
    1.16  
    1.17  TARBALL="mkfontscale-$VERSION.tar.bz2"
    1.18  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.19  
    1.20 -DEPENDS="freetype xorg-libfontenc zlib"
    1.21  BUILD_DEPENDS="xorg-util-macros xorg-libfontenc-dev freetype-dev xorg-xproto"
    1.22 +PKG_RULE="std"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure $CONFIGURE_ARGS && make && make install
    1.28 +	./configure \
    1.29 +		--sysconfdir=/etc \
    1.30 +		--localstatedir=/var \
    1.31 +		$CONFIGURE_ARGS &&
    1.32 +	make &&
    1.33 +	make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.37  genpkg_rules()
    1.38  {
    1.39 -	copy bin/
    1.40 +	copy @std
    1.41 +	DEPENDS="freetype xorg-libfontenc zlib"
    1.42 +	TAGS="utility xorg fonts"
    1.43  }