wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/owncloud-client/receipt	Tue Apr 23 18:27:27 2013 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="owncloud-client"
     1.7 +VERSION="1.0.5"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="The ownCloud Client, based on Mirall"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +WEB_SITE="http://owncloud.org/sync-clients/"
    1.12 +SOURCE="mirall"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14 +WGET_URL="http://download.owncloud.com/download/$TARBALL"
    1.15 +
    1.16 +DEPENDS="csync libQtTest libQtNetwork libQtCore libQtXml libQtGui"
    1.17 +BUILD_DEPENDS="csync-dev Qt4-dev cmake qmake"
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +		mkdir mirall-build && cd mirall-build
    1.22 +		cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
    1.23 +		&& make && make install
    1.24 +	
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	cp -a $install/* $fs/
    1.31 +}