wok diff znotes/receipt @ rev 17885
fusecloop/extract_compressed_fs: large file support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 02 10:46:24 2015 +0200 (2015-04-02) |
parents | |
children | 39567aac1197 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/znotes/receipt Thu Apr 02 10:46:24 2015 +0200 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="znotes" 1.7 +VERSION="0.4.5" 1.8 +CATEGORY="office" 1.9 +SHORT_DESC="zNotes is lightweigh crossplatform application for notes management" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="http://qt-apps.org/content/show.php/zNotes?content=113117" 1.13 +#WEB_SITE="http://znotes.sourceforge.net/" 1.14 +#WEB_SITE="https://github.com/proton/zNotes" 1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 +WGET_URL="https://github.com/proton/zNotes/archive/$VERSION.tar.gz" 1.17 + 1.18 +DEPENDS="libQtGui libQtXml" 1.19 +BUILD_DEPENDS="Qt4-dev qmake wget" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + lrelease znotes.pro 1.25 + qmake 1.26 + make 1.27 + make INSTALL_ROOT=$install install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + cp -a $install/* $fs 1.34 +}