wok view get-dropbox/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 4e3fdb23a650
children 42b8478866fb
line source
1 # SliTaz package receipt.
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="pankso@slitaz.org"
8 WEB_SITE="http://www.getdropbox.com/"
9 DEPENDS="wget"
10 TAGS="sync storage"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin $fs/usr/share/pixmaps
16 cp stuff/get-dropbox $fs/usr/bin
17 cp stuff/dropbox.png $fs/usr/share/pixmaps
18 }