wok view physfs-dev/receipt @ rev 21681

updated physfs and physfs-dev (2.0.2 -> 3.0.1)
author Hans-G?nter Theisgen
date Sun Jun 02 14:55:44 2019 +0100 (2019-06-02)
parents 51a1ebbda768
children 1c3d6bf88894
line source
1 # SliTaz package receipt.
3 PACKAGE="physfs-dev"
4 VERSION="3.0.1"
5 CATEGORY="development"
6 SHORT_DESC="Abstraction layer for filesystem and archive access - development files."
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="LGPL"
9 WEB_SITE="https://icculus.org/physfs/"
11 WANTED="physfs"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp $install/usr/lib/*.a $fs/usr/lib
20 }