wok-6.x diff iksemel-dev/receipt @ rev 22944

updated iksemel and iksemel-dev (1.2 -> 1.4.2)
author Hans-G?nter Theisgen
date Fri Feb 28 09:45:54 2020 +0100 (2020-02-28)
parents 8dd8bab3f0ca
children 38b8e4536e6e
line diff
     1.1 --- a/iksemel-dev/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/iksemel-dev/receipt	Fri Feb 28 09:45:54 2020 +0100
     1.3 @@ -1,18 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="iksemel-dev"
     1.7 -VERSION="1.2"
     1.8 +VERSION="1.4.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="XML parser library for Jabber applications."
    1.11 +SHORT_DESC="XML parser library for Jabber applications - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="https://github.com/meduketto/iksemel"
    1.15 +WEB_SITE="https://github.com/timothytylee/iksemel-1.4"
    1.16 +
    1.17  WANTED="iksemel"
    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 $fs/usr/share
    1.23 -	cp -a $install/usr/include $fs/usr
    1.24 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.25 +	mkdir -p $fs/usr/lib
    1.26 +	mkdir -p $fs/usr/share
    1.27 +
    1.28 +	cp -a $install/usr/include	$fs/usr
    1.29 +	cp -a $install/usr/lib/*a	$fs/usr/lib
    1.30  }