wok-next diff xorg-util-macros/receipt @ rev 20011

cairo-dock: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 18:36:22 2017 +0200 (2017-10-21)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/xorg-util-macros/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/xorg-util-macros/receipt	Sat Oct 21 18:36:22 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-util-macros"
     1.8  VERSION="1.19.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A set of autoconf project macros for X.Org modules"
    1.11 +SHORT_DESC="Autoconf macros used in X modular configure.ac files"
    1.12  MAINTAINER="gokhlayeh@slitaz.org"
    1.13 -LICENSE="other"
    1.14 +LICENSE="MIT"
    1.15  WEB_SITE="https://www.x.org/wiki/"
    1.16  HOST_ARCH="i486 arm x86_64"
    1.17  
    1.18  TARBALL="util-macros-$VERSION.tar.bz2"
    1.19  WGET_URL="$XORG_MIRROR/util/$TARBALL"
    1.20  
    1.21 -DEPENDS="m4"
    1.22 +PKG_RULE="dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26 @@ -28,5 +28,6 @@
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -	copy *.m4 *.pc
    1.31 +	copy @dev
    1.32 +	DEPENDS="m4"
    1.33  }