wok-6.x annotate guacamole-dev/receipt @ rev 24015
Up tazinst (112)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 25 10:56:54 2021 +0000 (2021-02-25) |
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 } |