wok-next annotate znotes/receipt @ rev 21426
updated qcad (3.7.5 -> 3.24.3.4)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 05 07:09:38 2020 +0100 (2020-05-05) |
parents | d5aab818505e |
children |
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@21020 | 6 SHORT_DESC="Lightweigh crossplatform application for notes management" |
al@16676 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@16676 | 8 LICENSE="GPL3" |
al@21041 | 9 WEB_SITE="https://www.linux-apps.com/content/show.php/zNotes?content=113117" |
al@16676 | 10 #WEB_SITE="http://znotes.sourceforge.net/" |
al@16676 | 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@21020 | 15 BUILD_DEPENDS="Qt4-dev qmake" |
al@16676 | 16 |
al@21020 | 17 compile_rules() { |
pascal@20047 | 18 sed -i 's/qtlocalpeer.h.*/&\n#include <unistd.h>/' \ |
pascal@20047 | 19 single_inst/qtlocalpeer.cpp |
al@16676 | 20 lrelease znotes.pro |
al@16676 | 21 qmake |
al@16676 | 22 make |
al@16676 | 23 make INSTALL_ROOT=$install install |
al@16676 | 24 } |
al@16676 | 25 |
al@21020 | 26 genpkg_rules() { |
al@16676 | 27 cp -a $install/* $fs |
al@21020 | 28 DEPENDS="libQtGui libQtXml" |
al@16676 | 29 } |