wok annotate libfm-gtk/receipt @ rev 21134

Update rawstudio for exiv2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 21 14:53:30 2019 +0100 (2019-03-21)
parents d0c0682403b4
children 1ab1022f15c7
rev   line source
al@16830 1 # SliTaz package receipt.
al@16830 2
al@16830 3 PACKAGE="libfm-gtk"
psychomaniak@19559 4 VERSION="1.2.5"
al@16830 5 CATEGORY="system-tools"
al@17992 6 SHORT_DESC="File management support (GTK+2 GUI library)"
al@16830 7 MAINTAINER="al.bobylev@gmail.com"
al@16830 8 LICENSE="GPL2"
al@16830 9 WEB_SITE="http://pcmanfm.sourceforge.net"
al@16830 10
al@16830 11 WANTED="libfm"
al@18663 12 DEPENDS="libfm gtk+"
al@16830 13
al@16830 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16830 15 genpkg_rules()
al@16830 16 {
al@16830 17 mkdir -p $fs/usr/lib/libfm/modules $fs/usr/share/libfm
al@16830 18 cp -a $install/usr/bin $fs/usr
al@16830 19 cp -a $install/usr/lib/libfm-gtk.so* $fs/usr/lib
al@16830 20 cp -a $install/usr/lib/libfm/modules/gtk* $fs/usr/lib/libfm/modules
al@16830 21 cp -a $install/usr/share/applications $fs/usr/share
al@16830 22 cp -a $install/usr/share/libfm/images $install/usr/share/libfm/ui $fs/usr/share/libfm
al@16830 23 }