wok view libzip-dev/receipt @ rev 24047
Up ipxe (1.21.1), rsync (3.2.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 10 19:33:04 2021 +0000 (2021-05-10) |
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 }