wok view gvfs-dev/receipt @ rev 17279
linux: update linux-slitaz.config64 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 26 09:18:22 2014 +0100 (2014-10-26) |
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 }