wok diff libmspack-dev/receipt @ rev 22544

Add gnubik (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 03 17:47:24 2020 +0100 (2020-01-03)
parents a78610b2eb47
children
line diff
     1.1 --- a/libmspack-dev/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/libmspack-dev/receipt	Fri Jan 03 17:47:24 2020 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmspack-dev"
     1.7 -VERSION="0.5alpha"
     1.8 +VERSION="0.10.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="devel files for libmspack"
    1.11 -MAINTAINER="nneul@neulinger.org"   
    1.12 +SHORT_DESC="Development files for libmspack."
    1.13 +MAINTAINER="nneul@neulinger.org"
    1.14  LICENSE="LGPL"
    1.15  WEB_SITE="https://www.cabextract.org.uk/libmspack/"    
    1.16 +
    1.17  WANTED="libmspack"
    1.18  DEPENDS="libmspack pkg-config"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/lib $fs/usr/lib/pkgconfig
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
    1.27 +	mkdir -p $fs/usr/lib
    1.28 +	mkdir -p $fs/usr/lib/pkgconfig
    1.29 +
    1.30 +	cp -a $install/usr/include		$fs/usr
    1.31 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.32 +	cp -a $install/usr/lib/pkgconfig/*.pc	$fs/usr/lib/pkgconfig
    1.33  }
    1.34 -