wok-next view guacamole-dev/receipt @ rev 18082
Up marco: copy glib schemas
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri May 22 18:30:18 2015 -0300 (2015-05-22) |
parents | eda4a33d17fb |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="guacamole-dev"
4 VERSION="0.9.4"
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://guac-dev.org/"
10 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 }