wok view thunar-volman/receipt @ rev 16557

Up: slitaz-base-files (5.6.2)
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 08:34:51 2014 +0200 (2014-05-01)
parents fe1e500fae1d
children 11b336b5763f
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html"
11 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL"
13 DEPENDS="thunar libxfce4ui startup-notification"
14 BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \
15 xfconf-dev startup-notification-dev util-linux-uuid-dev libxml2-dev libnotify-dev
16 libxfce4util-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure \
23 --prefix=/usr \
24 --disable-debug \
25 --enable-notifications \
26 --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \
27 make && make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr/share/locale $fs/usr/lib
35 cp -a $install/usr/bin $fs/usr
36 cp -a $install/usr/share/applications $fs/usr/share
37 cp -a $install/usr/share/icons $fs/usr/share
38 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
40 #gtk-update-icon-cache -f -t $fs/usr/share/icons/hicolor
41 }