wok-next annotate cherrytree/receipt @ rev 13721
Add cherrytree: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
| author | Aleksej Bobylev <al.bobylev@gmail.com> |
|---|---|
| date | Fri Dec 21 08:15:57 2012 +0000 (2012-12-21) |
| parents | |
| children | b9dde6ba0be0 |
| rev | line source |
|---|---|
| al@13721 | 1 # SliTaz package receipt. |
| al@13721 | 2 |
| al@13721 | 3 PACKAGE="cherrytree" |
| al@13721 | 4 VERSION="0.28.4" |
| al@13721 | 5 CATEGORY="office" |
| al@13721 | 6 SHORT_DESC="A hierarchical note taking application" |
| al@13721 | 7 MAINTAINER="al.bobylev@gmail.com" |
| al@13721 | 8 WEB_SITE="http://www.giuspen.com/cherrytree/" |
| al@13721 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
| al@13721 | 10 WGET_URL="http://www.giuspen.com/software/$TARBALL" |
| al@13721 | 11 |
| al@13721 | 12 DEPENDS="python pygtk pygtksourceview p7zip-full" |
| al@13721 | 13 BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev" |
| al@13721 | 14 |
| al@13721 | 15 # Rules to configure and make the package. |
| al@13721 | 16 compile_rules() |
| al@13721 | 17 { |
| al@13721 | 18 cd $src |
| al@13721 | 19 python setup.py install --prefix=$install/usr -f |
| al@13721 | 20 } |
| al@13721 | 21 |
| al@13721 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
| al@13721 | 23 genpkg_rules() |
| al@13721 | 24 { |
| al@13721 | 25 cp -a $install/* $fs |
| al@13721 | 26 } |