wok annotate libfm-gtk/receipt @ rev 17592

syslinux/isohybrib.exe: add --md5, --undo (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 10 13:31:26 2015 +0100 (2015-02-10)
parents 81115f71b92f
children c9e270dd464f
rev   line source
al@16830 1 # SliTaz package receipt.
al@16830 2
al@16830 3 PACKAGE="libfm-gtk"
psychomaniak@17229 4 VERSION="1.2.3"
al@16830 5 CATEGORY="system-tools"
al@16830 6 SHORT_DESC="GTK+ part of Libfm"
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@16830 12 #DEPENDS="util-linux-uuid libxcb xcb-util expat pixman shared-mime-info" ???
al@16830 13 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ \
al@16830 14 libffi libfm libgio libxml2 menu-cache pango pcre zlib"
al@16830 15
al@16830 16 # handle SliTaz arch and cross compilation ???
al@16830 17 #case "$SLITAZ_ARCH" in
al@16830 18 # i?86) DEPENDS="$DEPENDS gamin"
al@16830 19 #esac
al@16830 20
al@16830 21 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16830 22 genpkg_rules()
al@16830 23 {
al@16830 24 mkdir -p $fs/usr/lib/libfm/modules $fs/usr/share/libfm
al@16830 25 cp -a $install/usr/bin $fs/usr
al@16830 26 cp -a $install/usr/lib/libfm-gtk.so* $fs/usr/lib
al@16830 27 cp -a $install/usr/lib/libfm/modules/gtk* $fs/usr/lib/libfm/modules
al@16830 28 cp -a $install/usr/share/applications $fs/usr/share
al@16830 29 cp -a $install/usr/share/libfm/images $install/usr/share/libfm/ui $fs/usr/share/libfm
al@16830 30 }