wok-6.x annotate pygtksourceview-dev/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 | 380ffe05937a |
rev | line source |
---|---|
al@13721 | 1 # SliTaz package receipt. |
al@13721 | 2 |
al@13721 | 3 PACKAGE="pygtksourceview-dev" |
al@13721 | 4 VERSION="2.10.1" |
al@13721 | 5 CATEGORY="development" |
al@13721 | 6 SHORT_DESC="Devel files for PyGtkSourceView" |
al@13721 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@13721 | 8 WEB_SITE="http://projects.gnome.org/gtksourceview/pygtksourceview.html" |
al@13721 | 9 WANTED="pygtksourceview" |
al@13721 | 10 |
al@13721 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@13721 | 12 genpkg_rules() |
al@13721 | 13 { |
al@13721 | 14 cp -a $install/* $fs |
al@13721 | 15 rm -f $fs/usr/lib/python2.7/site-packages/*.so |
al@13721 | 16 } |