wok diff pygtksourceview-dev/receipt @ rev 14981
Up: thunderbird-langpack-id (17.0.8esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 22:21:07 2013 +0200 (2013-08-08) |
parents | |
children | 380ffe05937a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pygtksourceview-dev/receipt Thu Aug 08 22:21:07 2013 +0200 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 +}