wok diff pygtksourceview-dev/receipt @ rev 14195

emacs-pkg-vala-mode: tidy receipt
author Dominique Corbex <domcox@slitaz.org>
date Tue Mar 12 23:05:45 2013 +0100 (2013-03-12)
parents
children 380ffe05937a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pygtksourceview-dev/receipt	Tue Mar 12 23:05:45 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 +}