wok view xfce4-ristretto/receipt @ rev 20422

Strip comments
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 08 22:36:22 2018 +0300 (2018-08-08)
parents 970c5ec9a60a
children 6e8b1bcb30e2
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
41 echo "Execute post-install command"
42 gtk-update-icon-cache -f -t -q "$1/usr/share/icons/hicolor"
43 }