wok view libzip-dev/receipt @ rev 24082
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 09 18:20:09 2021 +0000 (2021-07-09) |
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 }