wok view libarchive-dev/receipt @ rev 22557

updated bluez-dev again (4.101 -> 5.52)
author Hans-G?nter Theisgen
date Sat Jan 04 16:27:44 2020 +0100 (2020-01-04)
parents 092a08459c30
children c0da92783a87
line source
1 # SliTaz package receipt.
3 PACKAGE="libarchive-dev"
4 VERSION="3.3.3"
5 CATEGORY="development"
6 SHORT_DESC="C library and command line tool archive - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.libarchive.org/"
11 WANTED="libarchive"
12 DEPENDS="libarchive pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }