wok-next diff xorg-font-util/receipt @ rev 20212

Up consonance (0.5.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 04 18:41:56 2017 +0100 (2017-11-04)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/xorg-font-util/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/xorg-font-util/receipt	Sat Nov 04 18:41:56 2017 +0100
     1.3 @@ -1,11 +1,11 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xorg-font-util"
     1.8  VERSION="1.3.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Font utilities dirs"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 -LICENSE="other"
    1.13 +LICENSE="MIT"
    1.14  WEB_SITE="https://www.x.org/wiki/"
    1.15  HOST_ARCH="i486 arm"
    1.16  
    1.17 @@ -13,6 +13,8 @@
    1.18  WGET_URL="$XORG_MIRROR/font/$TARBALL"
    1.19  
    1.20  BUILD_DEPENDS="xorg-util-macros"
    1.21 +SPLIT="xorg-font-util-dev"
    1.22 +PKG_RULE="std-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26 @@ -28,5 +30,8 @@
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -	copy bin/ fonts/
    1.31 +	case $PACKAGE in
    1.32 +		*-font-util) copy @std;;
    1.33 +		*-dev)       copy @dev;;
    1.34 +	esac
    1.35  }