wok-next diff xorg-xtrans/receipt @ rev 20287

remove pure-ftpd-pam, screen-pam, screen-terminfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 16:26:01 2017 +0100 (2017-11-08)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/xorg-xtrans/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/xorg-xtrans/receipt	Wed Nov 08 16:26:01 2017 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xorg-xtrans"
     1.8  VERSION="1.3.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Abstract network code for X"
    1.11 +SHORT_DESC="X Network Transport layer shared code"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="other"
    1.14  WEB_SITE="https://www.x.org/wiki/"
    1.15 @@ -12,8 +12,8 @@
    1.16  TARBALL="xtrans-$VERSION.tar.bz2"
    1.17  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.18  
    1.19 -DEPENDS="xorg-xproto"
    1.20  BUILD_DEPENDS="xorg-util-macros"
    1.21 +PKG_RULE="dev"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -29,5 +29,6 @@
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	copy *.h *.c *.m4 *.pc
    1.30 +	copy @dev
    1.31 +	DEPENDS="xorg-xproto"
    1.32  }