wok diff physfs-dev/receipt @ rev 21759

mosh: use gcc83
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 19:12:58 2019 +0200 (2019-06-26)
parents 51a1ebbda768
children 1c3d6bf88894
line diff
     1.1 --- a/physfs-dev/receipt	Fri Oct 18 19:43:55 2013 +0000
     1.2 +++ b/physfs-dev/receipt	Wed Jun 26 19:12:58 2019 +0200
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="physfs-dev"
     1.7 -VERSION="2.0.2"
     1.8 +VERSION="3.0.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Abstraction layer for filesystem and archive access"
    1.11 +SHORT_DESC="Abstraction layer for filesystem and archive access - development files."
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="LGPL"
    1.14 +WEB_SITE="https://icculus.org/physfs/"
    1.15 +
    1.16  WANTED="physfs"
    1.17 -WEB_SITE="http://icculus.org/physfs/"
    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 $install/usr/lib/*.a $fs/usr/lib
    1.25 +
    1.26 +	cp -a $install/usr/include	$fs/usr
    1.27 +	cp $install/usr/lib/*.a		$fs/usr/lib
    1.28  }