wok annotate usbredir-dev/receipt @ rev 23395
updated perl-test-deep (0.106 -> 1.130)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 17:09:45 2020 +0100 (2020-03-31) |
parents | fc9203de5ff2 |
children |
rev | line source |
---|---|
pascal@17328 | 1 # SliTaz package receipt. |
pascal@17328 | 2 |
pascal@17328 | 3 PACKAGE="usbredir-dev" |
Hans-G?nter@22090 | 4 VERSION="0.8.0" |
pascal@17328 | 5 CATEGORY="development" |
Hans-G?nter@22090 | 6 SHORT_DESC="A protocol to send USB traffic over a network connection - development files." |
pascal@17328 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17328 | 8 LICENSE="GPL2 LGPL2.1" |
Hans-G?nter@22090 | 9 WEB_SITE="https://www.spice-space.org/usbredir.html" |
Hans-G?nter@22090 | 10 |
Hans-G?nter@22090 | 11 DEPENDS="pkg-config usbredir" |
pascal@17328 | 12 WANTED="usbredir" |
pascal@17328 | 13 |
pascal@17328 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17328 | 15 genpkg_rules() |
pascal@17328 | 16 { |
pascal@17328 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@22090 | 18 |
Hans-G?nter@22090 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@22090 | 20 cp -a $install/usr/lib/*a $fs/usr/lib |
Hans-G?nter@22090 | 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@17328 | 22 } |