wok view libzim-dev/receipt @ rev 20405

Add littlefs-fuse (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 09 22:25:53 2018 +0200 (2018-07-09)
parents a635634bffce
children fe90a00917af
line source
1 # SliTaz package receipt.
3 PACKAGE="libzim-dev"
4 VERSION="1.4"
5 CATEGORY="development"
6 SHORT_DESC="Read and write method for ZIM files used by Wikipedia, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.openzim.org/wiki/Zimlib"
10 WANTED="libzim"
12 DEPENDS="libzim"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*a $fs/usr/lib/
19 cp -a $install/usr/include $fs/usr
20 }