wok view python-vte/receipt @ rev 20591
compiz-plugins-unsupported, gucharmap3: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 15 21:00:34 2018 +0100 (2018-12-15) |
parents | 4c1fa84f1dd7 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="python-vte"
4 VERSION="0.28.2"
5 CATEGORY="development"
6 SHORT_DESC="Terminal capabilities for GTK+ widgets devel files."
7 WANTED="vte"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.gnome.org/"
12 DEPENDS="vte"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 #PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
18 mkdir -p $fs/usr/lib $fs/usr/share
19 cp -a $install/usr/lib/python* $fs/usr/lib
20 cp -a $install/usr/share/pygtk $fs/usr/share
21 }