wok annotate znotes/receipt @ rev 23628
updated rust and rust-cargo (1.37.0 -> 1.42.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 10:33:21 2020 +0100 (2020-04-16) |
parents | a402394a4e62 |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
al@16676 | 1 # SliTaz package receipt. |
al@16676 | 2 |
al@16676 | 3 PACKAGE="znotes" |
al@16676 | 4 VERSION="0.4.5" |
al@16676 | 5 CATEGORY="office" |
al@16676 | 6 SHORT_DESC="zNotes is lightweigh crossplatform application for notes management" |
al@16676 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@16676 | 8 LICENSE="GPL3" |
pascal@21954 | 9 #WEB_SITE="http://qt-apps.org/content/show.php/zNotes?content=113117" |
al@16676 | 10 #WEB_SITE="http://znotes.sourceforge.net/" |
pascal@21954 | 11 WEB_SITE="https://github.com/proton/zNotes" |
al@16676 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@16676 | 13 WGET_URL="https://github.com/proton/zNotes/archive/$VERSION.tar.gz" |
al@16676 | 14 |
al@16676 | 15 DEPENDS="libQtGui libQtXml" |
al@16676 | 16 BUILD_DEPENDS="Qt4-dev qmake wget" |
al@16676 | 17 |
al@16676 | 18 # Rules to configure and make the package. |
al@16676 | 19 compile_rules() |
al@16676 | 20 { |
al@16676 | 21 lrelease znotes.pro |
al@16676 | 22 qmake |
al@16676 | 23 make |
al@16676 | 24 make INSTALL_ROOT=$install install |
al@16676 | 25 } |
al@16676 | 26 |
al@16676 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@16676 | 28 genpkg_rules() |
al@16676 | 29 { |
al@16676 | 30 cp -a $install/* $fs |
al@16676 | 31 } |