wok diff pygtksourceview-dev/receipt @ rev 14621

Up: cups to 1.6.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 01 10:12:35 2013 +0000 (2013-06-01)
parents
children 380ffe05937a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pygtksourceview-dev/receipt	Sat Jun 01 10:12:35 2013 +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 +}