wok-current view pygtksourceview-dev/receipt @ rev 20383

p11-kit update: 0.6 (2011) -> 0.23.12 (2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 09:49:15 2018 +0000 (2018-06-20)
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 }