wok diff python-vte/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents
children 97d1a1a41ec6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-vte/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="python-vte"
     1.7 +VERSION="0.28.2"
     1.8 +CATEGORY="Python module for vte"
     1.9 +SHORT_DESC="Terminal capabilities for GTK+ widgets devel files."
    1.10 +DEPENDS="vte"
    1.11 +WANTED="vte"
    1.12 +MAINTAINER="pankso@slitaz.org"
    1.13 +WEB_SITE="http://www.gnome.org/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.19 +	cp -a $install/usr/lib/python* $fs/usr/lib
    1.20 +	cp -a $install/usr/share/pygtk $fs/usr/share
    1.21 +}