wok annotate owncloud-client/receipt @ rev 20705

xar: add WEB_SITE (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 06 10:00:41 2019 +0100 (2019-02-06)
parents 9fca00a1918e
children 7c0170dd3ecc
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"
pascal@15000 8 LICENSE="GPL2"
erjo@13410 9 WEB_SITE="http://owncloud.org/sync-clients/"
erjo@13410 10 SOURCE="mirall"
erjo@13410 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
erjo@13410 12 WGET_URL="http://download.owncloud.com/download/$TARBALL"
erjo@13410 13
erjo@13410 14 DEPENDS="csync libQtTest libQtNetwork libQtCore libQtXml libQtGui"
erjo@13410 15 BUILD_DEPENDS="csync-dev Qt4-dev cmake qmake"
erjo@13410 16 # Rules to configure and make the package.
erjo@13410 17 compile_rules()
erjo@13410 18 {
erjo@13410 19 mkdir mirall-build && cd mirall-build
erjo@13410 20 cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
erjo@13410 21 && make && make install
erjo@13410 22
erjo@13410 23 }
erjo@13410 24
erjo@13410 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13410 26 genpkg_rules()
erjo@13410 27 {
erjo@13410 28 cp -a $install/* $fs/
erjo@13410 29 }