wok view pygtksourceview-dev/receipt @ rev 20007

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 12:34:36 2017 -0300 (2017-08-02)
parents 380ffe05937a
children
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 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cp -a $install/* $fs
18 rm -f $fs/usr/lib/python2.7/site-packages/*.so
19 }