wok diff ttf-dejavu/receipt @ rev 20395

Add ndiswrapper-driver64 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 25 13:36:38 2018 +0200 (2018-06-25)
parents d1570adae0ba
children a78610b2eb47
line diff
     1.1 --- a/ttf-dejavu/receipt	Mon May 09 21:28:29 2016 +0300
     1.2 +++ b/ttf-dejavu/receipt	Mon Jun 25 13:36:38 2018 +0200
     1.3 @@ -1,26 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ttf-dejavu"
     1.7 -VERSION="2.34"
     1.8 +VERSION="2.35"
     1.9  CATEGORY="fonts"
    1.10 -SHORT_DESC="DejaVu True Type Font (minimum)."
    1.11 +SHORT_DESC="DejaVu TrueType fonts (minimum)"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="other"
    1.14 -WEB_SITE="http://dejavu.sourceforge.net/"
    1.15 -SOURCE="dejavu-fonts-ttf"
    1.16 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 +WEB_SITE="http://dejavu-fonts.org/"
    1.18 +TARBALL="dejavu-fonts-ttf-$VERSION.tar.bz2"
    1.19  WGET_URL="$SF_MIRROR/dejavu/$TARBALL"
    1.20  TAGS="font"
    1.21  HOST_ARCH="i486 arm"
    1.22  
    1.23 +BUILD_DEPENDS="fontforge"
    1.24 +SPLIT="ttf-dejavu-extra"
    1.25 +
    1.26 +# Rules to configure and make the package.
    1.27 +compile_rules()
    1.28 +{
    1.29 +	. $stuff/compile.rules
    1.30 +}
    1.31 +
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	mkdir -p $fs/usr/share/fonts/truetype/ttf-dejavu
    1.36 -	install -m644 -oroot -groot \
    1.37 -		$src/ttf/DejaVuSans.ttf \
    1.38 -		$src/ttf/DejaVuSans-Bold.ttf \
    1.39 -		$src/ttf/DejaVuSansMono.ttf \
    1.40 -		$fs/usr/share/fonts/truetype/ttf-dejavu
    1.41 +	cook_copy_files DejaVuSans.ttf DejaVuSans-Bold.ttf DejaVuSansMono.ttf \
    1.42 +		*sans.conf *mono.conf
    1.43  }
    1.44 -