wok view owncloud-client/receipt @ rev 14406

edje: update deps+bdeps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 18:27:27 2013 +0200 (2013-04-23)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="owncloud-client"
4 VERSION="1.0.5"
5 CATEGORY="network"
6 SHORT_DESC="The ownCloud Client, based on Mirall"
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://owncloud.org/sync-clients/"
9 SOURCE="mirall"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WGET_URL="http://download.owncloud.com/download/$TARBALL"
13 DEPENDS="csync libQtTest libQtNetwork libQtCore libQtXml libQtGui"
14 BUILD_DEPENDS="csync-dev Qt4-dev cmake qmake"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mkdir mirall-build && cd mirall-build
19 cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
20 && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs/
28 }