wok-next annotate get-dropbox/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pankso@2536 2
pankso@2536 3 PACKAGE="get-dropbox"
pankso@2536 4 VERSION="1.00"
pankso@2536 5 CATEGORY="non-free"
al@21020 6 SHORT_DESC="Get Dropbox daemon and client for online storage"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15199 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://www.dropbox.com/?landing=dbv2"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
al@20882 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
al@21020 15 install -Dm644 $stuff/dropbox.png $install/usr/share/pixmaps/dropbox.png
al@21020 16 }
pankso@2536 17
al@21020 18 genpkg_rules() {
al@21020 19 copy @std
al@21020 20 DEPENDS="wget"
al@21020 21 TAGS="sync storage"
pankso@2536 22 }