wok annotate pygtksourceview-dev/receipt @ rev 16874

Up atk-dev (2.7.5)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 13:06:14 2014 -0300 (2014-07-13)
parents 380ffe05937a
children
rev   line source
al@13721 1 # SliTaz package receipt.
al@13721 2
al@13721 3 PACKAGE="pygtksourceview-dev"
al@13721 4 VERSION="2.10.1"
al@13721 5 CATEGORY="development"
al@13721 6 SHORT_DESC="Devel files for PyGtkSourceView"
al@13721 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15000 8 LICENSE="GPL2"
al@13721 9 WEB_SITE="http://projects.gnome.org/gtksourceview/pygtksourceview.html"
al@13721 10 WANTED="pygtksourceview"
al@13721 11
pascal@15599 12 DEPENDS="pkg-config"
pascal@15599 13
al@13721 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13721 15 genpkg_rules()
al@13721 16 {
al@13721 17 cp -a $install/* $fs
al@13721 18 rm -f $fs/usr/lib/python2.7/site-packages/*.so
al@13721 19 }