wok view libzip-dev/receipt @ rev 22923

updated hash-slinger (2.7 -> 3.0)
author Hans-G?nter Theisgen
date Wed Feb 26 07:34:15 2020 +0100 (2020-02-26)
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 }