wok annotate libunwind-dev/receipt @ rev 22588

updated cgames (2.2 -> 2.2a)
author Hans-G?nter Theisgen
date Tue Jan 07 15:32:27 2020 +0100 (2020-01-07)
parents fc9203de5ff2
children 60ff708a9bbf
rev   line source
pankso@16204 1 # SliTaz package receipt.
pankso@16204 2
pankso@16204 3 PACKAGE="libunwind-dev"
Hans-G?nter@21326 4 VERSION="1.2.1"
pankso@16204 5 CATEGORY="development"
Hans-G?nter@21326 6 SHORT_DESC="libunwind development files."
pankso@16204 7 MAINTAINER="pankso@slitaz.org"
Hans-G?nter@21326 8 LICENSE="X11"
Hans-G?nter@21326 9 WEB_SITE="https://www.nongnu.org/libunwind/"
Hans-G?nter@21326 10
pankso@16204 11 WANTED="libunwind"
pascal@19774 12 DEPENDS="libunwind pkg-config"
pascal@19774 13
pankso@16204 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@16204 15 genpkg_rules()
pankso@16204 16 {
pankso@16204 17 mkdir -p $fs/usr/lib
Hans-G?nter@21326 18
Hans-G?nter@21326 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@21326 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@21326 21 cp -a $install/usr/include $fs/usr
pankso@16204 22 }