wok view libzip-dev/receipt @ rev 23441

updated poptop (1.3.4 -> 1.4.0)
author Hans-G?nter Theisgen
date Thu Apr 02 13:53:28 2020 +0100 (2020-04-02)
parents 84659393c7e8
children cc474971b7df
line source
1 # SliTaz package receipt.
3 PACKAGE="libzip-dev"
4 VERSION="1.6.1"
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 }