wok-6.x annotate libzip-dev/receipt @ rev 22456
get-palemoon: do not force decompression type (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 26 12:26:59 2019 +0100 (2019-12-26) |
parents | 8b25fb7e14d8 |
children | 779187465f62 |
rev | line source |
---|---|
pascal@12805 | 1 # SliTaz package receipt. |
pascal@12805 | 2 |
pascal@12805 | 3 PACKAGE="libzip-dev" |
Hans-G?nter@21355 | 4 VERSION="1.5.2" |
pascal@12805 | 5 CATEGORY="development" |
Hans-G?nter@21355 | 6 SHORT_DESC="C library for reading, creating, and modifying zip archives - development files." |
pascal@12805 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15482 | 8 LICENSE="BSD" |
Hans-G?nter@21355 | 9 WEB_SITE="https://libzip.org/" |
pascal@12805 | 10 |
pascal@15597 | 11 DEPENDS="libzip pkg-config" |
Hans-G?nter@21355 | 12 WANTED="libzip" |
Hans-G?nter@21355 | 13 |
Hans-G?nter@21355 | 14 HOST_ARCH="i486 arm" |
pascal@12805 | 15 |
pascal@12805 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@12805 | 17 genpkg_rules() |
pascal@12805 | 18 { |
pascal@12805 | 19 mkdir -p $fs/usr/lib |
Hans-G?nter@21355 | 20 |
Hans-G?nter@21355 | 21 cp -a $install/usr/include $fs/usr |
Hans-G?nter@21355 | 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@12805 | 23 } |