wok-current annotate libupnp-dev/receipt @ rev 20811
cplay: corrected error in fr.po
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 17 17:54:18 2019 +0100 (2019-02-17) |
parents | 8d6f480bf664 |
children | c20cd1a0411a |
rev | line source |
---|---|
pankso@4075 | 1 # SliTaz package receipt. |
pankso@4075 | 2 |
pankso@4075 | 3 PACKAGE="libupnp-dev" |
slaxemulator@12341 | 4 VERSION="1.6.17" |
slaxemulator@9164 | 5 CATEGORY="development" |
pankso@4075 | 6 SHORT_DESC="LibUpnP devel files." |
pankso@4075 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15482 | 8 LICENSE="BSD" |
pankso@4075 | 9 WANTED="libupnp" |
pankso@4075 | 10 WEB_SITE="http://pupnp.sourceforge.net/" |
pankso@4075 | 11 |
pascal@15597 | 12 DEPENDS="libupnp pkg-config" |
pascal@15482 | 13 |
pankso@4075 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4075 | 15 genpkg_rules() |
pankso@4075 | 16 { |
pankso@4075 | 17 mkdir -p $fs/usr/lib |
pascal@15482 | 18 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15482 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15482 | 20 cp -a $install/usr/include $fs/usr |
pankso@4075 | 21 } |