wok annotate pygtksourceview-dev/receipt @ rev 13808

Up 1.1 & Clean code
author border
date Sat Jan 05 17:59:28 2013 -0500 (2013-01-05)
parents
children 380ffe05937a
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"
al@13721 8 WEB_SITE="http://projects.gnome.org/gtksourceview/pygtksourceview.html"
al@13721 9 WANTED="pygtksourceview"
al@13721 10
al@13721 11 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13721 12 genpkg_rules()
al@13721 13 {
al@13721 14 cp -a $install/* $fs
al@13721 15 rm -f $fs/usr/lib/python2.7/site-packages/*.so
al@13721 16 }