wok-next view feathernotes/receipt @ rev 20428
Port changes from cooking wok: fake-sane, sane-backends.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 24 13:17:46 2018 +0200 (2018-01-24) |
parents | |
children | c0521c689857 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="feathernotes"
4 VERSION="170724"
5 COMMIT="48c9dc1"
6 CATEGORY="x-window"
7 SHORT_DESC="Lightweight Qt5 Notes-Manager for Linux"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="https://github.com/tsujan/FeatherNotes"
12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
13 WGET_URL="https://github.com/tsujan/FeatherNotes/archive/$COMMIT.tar.gz"
15 BUILD_DEPENDS="qt5-dev mesa17-dev"
17 compile_rules() {
18 mkdir build
19 cd build
20 qmake \
21 PREFIX=/usr \
22 .. &&
23 make &&
24 make INSTALL_ROOT=$install install || return 1
26 find $install/usr/share -type f -exec chmod 0644 '{}' \;
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="libatomic mesa17 qt5-base qt5-svg qt5-x11extras xorg-libX11"
32 }