wok-next diff xorg-fontcacheproto/receipt @ rev 19936

mate-common: automake-1.15 support, mate-desktop, mate-icon-theme, mate-system-monitor: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 17:04:15 2017 +0200 (2017-10-15)
parents 3af9c976b7d4
children 0e7893ac206d
line diff
     1.1 --- a/xorg-fontcacheproto/receipt	Thu Dec 05 12:49:52 2013 +0000
     1.2 +++ b/xorg-fontcacheproto/receipt	Sun Oct 15 17:04:15 2017 +0200
     1.3 @@ -1,18 +1,18 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xorg-fontcacheproto"
     1.8  VERSION="0.1.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Fontcache extension headers"
    1.11 +SHORT_DESC="Font cache header files"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -LICENSE="other"
    1.14 +LICENSE="MIT"
    1.15  WEB_SITE="http://www.x.org/"
    1.16 -SOURCE="fontcacheproto"
    1.17 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 +
    1.19 +TARBALL="fontcacheproto-$VERSION.tar.bz2"
    1.20  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.21  
    1.22 -DEPENDS="xorg-util-macros xorg-libX11-dev pkg-config"
    1.23  BUILD_DEPENDS="xorg-util-macros"
    1.24 +PKG_RULE="dev"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -28,8 +28,6 @@
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	mkdir -p $fs/usr/share/licenses
    1.33 -	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.34 -
    1.35 -	cp -a $install/* $fs
    1.36 +	copy @dev
    1.37 +	DEPENDS="xorg-util-macros xorg-libX11-dev"
    1.38  }