wok view vte-dev/receipt @ rev 1239

Add: claws-mail, an another mail client.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Aug 11 23:40:37 2008 +0200 (2008-08-11)
parents 3abd6f2e8a08
children fc5fd4ecc80a
line source
1 # SliTaz package receipt.
3 PACKAGE="vte-dev"
4 VERSION="0.16.13"
5 CATEGORY="development"
6 SHORT_DESC="Terminal capabilities for GTK+ widgets devel files."
7 WANTED="vte"
8 MAINTAINER="pankso@slitaz.org"
9 WEB_SITE="http://www.gnome.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 }