wok-next view get-dropbox/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="get-dropbox"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Dropbox daemon and client for online storage"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.dropbox.com/?landing=dbv2"
10 HOST_ARCH="any"
11 REPOLOGY="-"
13 compile_rules() {
14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
15 install -Dm644 $stuff/dropbox.png $install/usr/share/pixmaps/dropbox.png
16 }
18 genpkg_rules() {
19 copy @std
20 DEPENDS="wget"
21 TAGS="sync storage"
22 }