wok view libzip-dev/receipt @ rev 21661

updated pass (1.6.5 -> 1.7.3)
author Hans-G?nter Theisgen
date Sat Jun 01 10:26:51 2019 +0100 (2019-06-01)
parents 8b25fb7e14d8
children 779187465f62
line source
1 # SliTaz package receipt.
3 PACKAGE="libzip-dev"
4 VERSION="1.5.2"
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="https://libzip.org/"
11 DEPENDS="libzip pkg-config"
12 WANTED="libzip"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }