wok-current view vte-dev/receipt @ rev 15479
python-qrcode: update bdeps (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 10 10:36:42 2013 +0000 (2013-11-10) |
parents | cbebb3eed7c2 |
children | 3af9c976b7d4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="vte-dev"
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="http://www.gnome.org/"
12 DEPENDS="vte"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/share/gir-1.0 $fs/usr/share
22 }