wok view libzip-dev/receipt @ rev 24927

updated mpg123 and mpg123-dev (1.25.13 -> 1.29.3)
author Hans-G?nter Theisgen
date Wed Apr 13 14:23:00 2022 +0100 (2022-04-13)
parents 779187465f62
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libzip-dev"
4 VERSION="1.8.0"
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 cook_copy_folders include
20 cook_copy_folders pkgconfig
21 }