wok annotate libfm-gtk/receipt @ rev 22595

updated childsplay (3.3 -> 3.4)
author Hans-G?nter Theisgen
date Tue Jan 07 17:19:08 2020 +0100 (2020-01-07)
parents aac6b4243788
children e9d0b2012a0d
rev   line source
al@16830 1 # SliTaz package receipt.
al@16830 2
al@16830 3 PACKAGE="libfm-gtk"
al@21311 4 VERSION="1.3.1"
al@16830 5 CATEGORY="system-tools"
al@17992 6 SHORT_DESC="File management support (GTK+2 GUI library)"
al@21311 7 MAINTAINER="devel@slitaz.org"
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@21311 18 cp -a $install/usr/bin $fs/usr/
al@21311 19 cp -a $install/usr/lib/libfm-gtk.so* $fs/usr/lib/
al@21311 20 cp -a $install/usr/lib/libfm/modules/gtk* $fs/usr/lib/libfm/modules/
al@21311 21 cp -a $install/usr/share/applications $fs/usr/share/
al@21311 22 cp -a $install/usr/share/libfm/images $install/usr/share/libfm/ui $fs/usr/share/libfm/
al@16830 23 }