wok-next diff nettle-dev/receipt @ rev 19662

Remove tazchroot (not used for yearsand unusable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:37:27 2017 +0100 (2017-03-16)
parents f6439eea12df
children f463de72afe3
line diff
     1.1 --- a/nettle-dev/receipt	Fri Sep 11 18:59:23 2015 +0000
     1.2 +++ b/nettle-dev/receipt	Thu Mar 16 18:37:27 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nettle-dev"
     1.7 -VERSION="3.1.1"
     1.8 +VERSION="3.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="devel files for nettle"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -10,13 +10,10 @@
    1.13  HOST_ARCH="i486 arm"
    1.14  
    1.15  WANTED="nettle"
    1.16 -DEPENDS="nettle"
    1.17 +DEPENDS="nettle gmp-dev"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib
    1.23 -	cp -a $install/usr/include $fs/usr
    1.24 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.26 +	cook_copy_files *.h *.pc
    1.27  }