wok view pygtksourceview-dev/receipt @ rev 15059

dahdi-linux: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 10:43:55 2013 +0000 (2013-08-13)
parents ade0a50b6a2d
children 47e1df965953
line source
1 # SliTaz package receipt.
3 PACKAGE="pygtksourceview-dev"
4 VERSION="2.10.1"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for PyGtkSourceView"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://projects.gnome.org/gtksourceview/pygtksourceview.html"
10 WANTED="pygtksourceview"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 cp -a $install/* $fs
16 rm -f $fs/usr/lib/python2.7/site-packages/*.so
17 }