wok-next diff xorg-xf86rushproto/receipt @ rev 19961

Remove libtinfo dep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 17 10:26:48 2017 +0200 (2017-10-17)
parents 3af9c976b7d4
children 757d032c55c7
line diff
     1.1 --- a/xorg-xf86rushproto/receipt	Thu Dec 05 12:49:52 2013 +0000
     1.2 +++ b/xorg-xf86rushproto/receipt	Tue Oct 17 10:26:48 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-xf86rushproto"
     1.8  VERSION="1.1.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="XF86Rush extension headers"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -LICENSE="other"
    1.13 -WEB_SITE="http://www.x.org/"
    1.14 -SOURCE="xf86rushproto"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16 +LICENSE="MIT"
    1.17 +WEB_SITE="https://www.x.org/wiki/"
    1.18 +
    1.19 +TARBALL="xf86rushproto-$VERSION.tar.bz2"
    1.20  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.21  
    1.22 -DEPENDS="xorg-videoproto 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,5 @@
    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  }