wok-current view physfs-dev/receipt @ rev 20366

debugging with markers, I think the build server does NOT build the gpg... but here locally gpg binary is created and at the place it should be
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 20:40:08 2018 +0000 (2018-06-09)
parents 7a849d93caa3
children 09e7c7aade33
line source
1 # SliTaz package receipt.
3 PACKAGE="physfs-dev"
4 VERSION="2.0.2"
5 CATEGORY="development"
6 SHORT_DESC="Abstraction layer for filesystem and archive access"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="LGPL"
9 WANTED="physfs"
10 WEB_SITE="http://icculus.org/physfs/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 cp $install/usr/lib/*.a $fs/usr/lib
18 }