wok view thunar-volman/receipt @ rev 14837

thunar-volman: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 17 16:28:45 2013 +0200 (2013-07-17)
parents af384d8f64d1
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="thunar-volman"
4 VERSION="0.8.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Thunar Volume Manager plugin"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html"
10 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL"
12 DEPENDS="thunar libxfce4ui startup-notification"
13 BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \
14 xfconf-dev startup-notification-dev util-linux-uuid-dev libxml2-dev libnotify-dev
15 libxfce4util-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure \
22 --prefix=/usr \
23 --disable-debug \
24 --enable-notifications \
25 --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/share/locale $fs/usr/lib
34 cp -a $install/usr/bin $fs/usr
35 cp -a $install/usr/share/applications $fs/usr/share
36 cp -a $install/usr/share/icons $fs/usr/share
37 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
39 #gtk-update-icon-cache -f -t $fs/usr/share/icons/hicolor
40 }