wok-current annotate guacamole-dev/receipt @ rev 23783
updated xvidcore and xvidcore-dev (1.3.5 -> 1.3.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 21 14:35:48 2020 +0100 (2020-05-21) |
parents | 672406e5f118 |
children | cb67b4f8be05 |
rev | line source |
---|---|
pascal@17532 | 1 # SliTaz package receipt. |
pascal@17532 | 2 |
pascal@17532 | 3 PACKAGE="guacamole-dev" |
Hans-G?nter@21013 | 4 VERSION="1.0.0" |
pascal@17532 | 5 CATEGORY="development" |
Hans-G?nter@21013 | 6 SHORT_DESC="Clientless remote desktop gateway for VNC or RDP, development files." |
pascal@17532 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17532 | 8 LICENSE="MIT" |
Hans-G?nter@21013 | 9 WEB_SITE="http://guacamole.apache.org/" |
Hans-G?nter@21013 | 10 |
pascal@17532 | 11 WANTED="guacamole" |
pascal@17532 | 12 DEPENDS="guacamole" |
pascal@17532 | 13 |
pascal@17532 | 14 genpkg_rules() |
pascal@17532 | 15 { |
pascal@17532 | 16 mkdir -p $fs/usr/lib |
Hans-G?nter@21013 | 17 cp -a $install/usr/include $fs/usr |
Hans-G?nter@21013 | 18 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@17532 | 19 } |