wok view owncloud-client/receipt @ rev 13657

pcsc-lite: up to 1.8.6, fix drivers path and add daemon init script
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 21 20:44:31 2012 +0000 (2012-11-21)
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 }