wok view libzip-dev/receipt @ rev 20693

Up sslh (1.20)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 03 19:06:06 2019 +0100 (2019-02-03)
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 }