wok-next view vte-dev/receipt @ rev 5056
libgphoto2, scanner: reconfigure udev after addition of new rule
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Sat Mar 06 19:04:53 2010 +0000 (2010-03-06) |
parents | fc5fd4ecc80a |
children | 3974255ebbd6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="vte-dev"
4 VERSION="0.23.1"
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 }