wok-next view get-dropbox/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | d958fec46c9f |
children | 0cbe4b1f2230 |
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 REPOLOGY="-"
12 compile_rules() {
13 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
14 install -Dm644 $stuff/dropbox.png $install/usr/share/pixmaps/dropbox.png
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="wget"
20 TAGS="sync storage"
21 }