wok view gvfs-dev/receipt @ rev 17222
Up: menu-cache (1.0.0-rc1), lxqt-panel (0.8.0), pcmanfm-qt (0.8.0).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 14 20:07:21 2014 +0300 (2014-10-14) |
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 }