wok annotate owncloud-client/receipt @ rev 13460

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