wok annotate libfm-gtk/receipt @ rev 18896

linux: CONFIG_INPUT_WISTRON_BTNS=m
author Richard Dunbar <mojo@slitaz.org>
date Sat Feb 13 16:01:41 2016 -0500 (2016-02-13)
parents 9f85bdbb50bf
children d0c0682403b4
rev   line source
al@16830 1 # SliTaz package receipt.
al@16830 2
al@16830 3 PACKAGE="libfm-gtk"
psychomaniak@18499 4 VERSION="87217a5"
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 }