wok-current annotate cherrytree/receipt @ rev 24045
memtest,plop: tune lzma compression
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 06 12:50:46 2021 +0000 (2021-05-06) |
parents | dc0a8add9e65 |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
al@13721 | 1 # SliTaz package receipt. |
al@13721 | 2 |
al@13721 | 3 PACKAGE="cherrytree" |
Hans-G?nter@22594 | 4 VERSION="0.38.10" |
al@13721 | 5 CATEGORY="office" |
Hans-G?nter@22594 | 6 SHORT_DESC="A hierarchical note taking application." |
al@13721 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@15202 | 8 LICENSE="GPL2" |
Hans-G?nter@22594 | 9 WEB_SITE="https://www.giuspen.com/cherrytree/" |
Hans-G?nter@20785 | 10 |
al@13721 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
Hans-G?nter@22594 | 12 WGET_URL="https://github.com/giuspen/$PACKAGE/archive/$VERSION.tar.gz" |
al@13721 | 13 |
Hans-G?nter@22594 | 14 DEPENDS="p7zip-full pygtk pygtksourceview python" |
Hans-G?nter@22594 | 15 BUILD_DEPENDS="desktop-file-utils pygtksourceview-dev python" |
al@13721 | 16 |
al@13721 | 17 # Rules to configure and make the package. |
al@13721 | 18 compile_rules() |
al@13721 | 19 { |
al@13721 | 20 python setup.py install --prefix=$install/usr -f |
al@13721 | 21 } |
al@13721 | 22 |
al@13721 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@13721 | 24 genpkg_rules() |
al@13721 | 25 { |
al@17261 | 26 mkdir -p $fs/usr/share |
Hans-G?nter@22594 | 27 |
Hans-G?nter@22594 | 28 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@22594 | 29 cp -a $install/usr/lib $fs/usr |
Hans-G?nter@22594 | 30 cp -a $install/usr/share/applications $fs/usr/share |
Hans-G?nter@22594 | 31 cp -a $install/usr/share/cherrytree $fs/usr/share |
Hans-G?nter@22594 | 32 cp -a $install/usr/share/icons $fs/usr/share |
al@13721 | 33 } |