wok annotate gvfs-smb/receipt @ rev 18340
Up: openbox (3.6.1)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu Sep 10 22:23:14 2015 +0000 (2015-09-10) |
parents | 96fd065ed4ea |
children | 9e01bc6321ea |
rev | line source |
---|---|
monghitri@14122 | 1 # SliTaz package receipt. |
monghitri@14122 | 2 |
monghitri@14122 | 3 PACKAGE="gvfs-smb" |
al@17280 | 4 VERSION="1.22.1" |
monghitri@14122 | 5 CATEGORY="system-tools" |
al@17280 | 6 SHORT_DESC="Samba support for gvfs (smb:///)" |
monghitri@14122 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
monghitri@14122 | 9 WEB_SITE="http://www.gnome.org/" |
al@17280 | 10 |
pascal@15000 | 11 WANTED="gvfs" |
al@17280 | 12 DEPENDS="gvfs glib glibc-base libcomerr libcomerr3 libcrypto libffi libgio \ |
al@17280 | 13 libkrb5 libldap libssl pcre samba-common smbclient talloc zlib" |
monghitri@14122 | 14 |
monghitri@14122 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
monghitri@14122 | 16 genpkg_rules() |
monghitri@14122 | 17 { |
al@17280 | 18 . $WOK/gvfs/stuff/split |
monghitri@14122 | 19 } |
al@17290 | 20 |
al@17290 | 21 post_install() |
al@17290 | 22 { |
al@17290 | 23 echo "Processing post-install commands..." |
al@17290 | 24 chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas |
al@17290 | 25 } |
al@17290 | 26 |
al@17290 | 27 post_remove() |
al@17290 | 28 { |
al@17290 | 29 echo "Processing post-remove commands..." |
al@17290 | 30 chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas |
al@17290 | 31 } |