wok view libacpi-dev/receipt @ rev 22400

update: expat 2.2.6 (2018) -> 2.2.9 (security fixes: CVE-2019-15903, CVE-2018-20843; ...) -> also, new site: the WGET_URL could be improved
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 08 11:10:33 2019 +0000 (2019-12-08)
parents 6341d02298ae
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libacpi-dev"
4 VERSION="0.2"
5 CATEGORY="development"
6 SHORT_DESC="General purpose library for ACPI, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.ngolde.de/libacpi.html"
10 WANTED="libacpi"
12 DEPENDS="libacpi"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 cp -a $install/usr/bin $fs/usr
20 cp -a $install/usr/include $fs/usr
21 }