wok view xfce4-ristretto/receipt @ rev 18106

Up pam (1.2.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 11:31:30 2015 +0200 (2015-06-01)
parents 380ffe05937a
children 9e01bc6321ea
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-ristretto"
4 VERSION="0.6.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Picture-viewer for Xfce "
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="ristretto"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://goodies.xfce.org/projects/applications/ristretto"
12 WGET_URL="http://archive.xfce.org/src/apps/$SOURCE/${VERSION%.*}/$TARBALL"
14 DEPENDS="libxfce4util libxfce4ui libexif dbus-glib thunar gamin xfconf"
15 BUILD_DEPENDS="xfce4-dev-tools intltool libexif-dev dbus-glib-dev libxfce4util-dev \
16 libxfce4ui-dev xfconf-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr \
29 $fs/usr/share/icons/hicolor \
30 $fs/usr/share/pixmaps
32 cp -a $install/usr/bin $fs/usr
33 cp -a $install/usr/share/icons/hicolor/16* $fs/usr/share/icons/hicolor
34 cp -a $install/usr/share/icons/hicolor/48* $fs/usr/share/icons/hicolor
35 ln -s /usr/share/icons/hicolor/48x48/apps/$SOURCE.png $fs/usr/share/pixmaps/$SOURCE.png
36 }
38 post_install()
39 {
40 echo "Execute post-install command"
41 gtk-update-icon-cache -f -t -q $1/usr/share/icons/hicolor
42 }