wok view gvfs-dev/receipt @ rev 15255

gammu: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 23 21:06:53 2013 +0000 (2013-09-23)
parents ee81ec751666
children 96fd065ed4ea
line source
1 # SliTaz package receipt.
3 PACKAGE="gvfs-dev"
4 VERSION="1.13.0"
5 CATEGORY="development"
6 SHORT_DESC="The gvfs devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="gvfs"
10 WEB_SITE="http://www.gnome.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/gio/modules
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/gio/modules/*.*a \
19 $fs/usr/lib/gio/modules
20 }