wok-next diff pygtksourceview-dev/receipt @ rev 13777
slitaz-tools: fix 5.2 Makefile
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 03 15:23:18 2013 +0100 (2013-01-03) |
parents | |
children | 380ffe05937a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pygtksourceview-dev/receipt Thu Jan 03 15:23:18 2013 +0100 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 +}