wok-6.x diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pygtksourceview-dev/receipt Fri Dec 21 08:15:57 2012 +0000 1.3 @@ -0,0 +1,16 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="pygtksourceview-dev" 1.7 +VERSION="2.10.1" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Devel files for PyGtkSourceView" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +WEB_SITE="http://projects.gnome.org/gtksourceview/pygtksourceview.html" 1.12 +WANTED="pygtksourceview" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + cp -a $install/* $fs 1.18 + rm -f $fs/usr/lib/python2.7/site-packages/*.so 1.19 +}