wok view libzip-dev/receipt @ rev 21160

Up ufraw (0.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 31 15:04:44 2019 +0200 (2019-03-31)
parents 35a23f513b71
children 84659393c7e8
line source
1 # SliTaz package receipt.
3 PACKAGE="libzip-dev"
4 VERSION="1.4.0"
5 CATEGORY="development"
6 SHORT_DESC="C library for reading, creating, and modifying zip archives, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.nih.at/libzip/"
10 WANTED="libzip"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libzip pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }