wok-next diff make/receipt @ rev 20332

Up exosip, httpfs-fuse, libvncserver, upx; add upx391 (for httpfs-fuse)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 15 14:21:32 2017 +0200 (2017-11-15)
parents 96871f3890f0
children 90a5eb560fd6
line diff
     1.1 --- a/make/receipt	Wed Dec 21 23:21:13 2016 +0200
     1.2 +++ b/make/receipt	Wed Nov 15 14:21:32 2017 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="make"
     1.8  VERSION="4.2.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="GNU Make to generate executables and other files from source."
    1.11 +SHORT_DESC="GNU Make to generate executables and other files from source"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://www.gnu.org/software/make/"
    1.15 @@ -12,7 +12,6 @@
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 -DEPENDS="glibc-base"
    1.20  BUILD_DEPENDS="gettext"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23 @@ -24,5 +23,5 @@
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	cook_copy_files make
    1.28 +	copy @std
    1.29  }