wok-current view 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 |
line source
1 # SliTaz package receipt.
3 PACKAGE="guacamole-dev"
4 VERSION="1.0.0"
5 CATEGORY="development"
6 SHORT_DESC="Clientless remote desktop gateway for VNC or RDP, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://guacamole.apache.org/"
11 WANTED="guacamole"
12 DEPENDS="guacamole"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 }