wok annotate thunar-volman/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents fe1e500fae1d
children 11b336b5763f
rev   line source
erjo@2072 1 # SliTaz package receipt.
erjo@2072 2
erjo@2072 3 PACKAGE="thunar-volman"
erjo@14833 4 VERSION="0.8.0"
erjo@2072 5 CATEGORY="x-window"
erjo@4145 6 SHORT_DESC="Thunar Volume Manager plugin"
erjo@2072 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
erjo@2072 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@2072 10 WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html"
pascal@14837 11 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL"
erjo@2072 12
erjo@10020 13 DEPENDS="thunar libxfce4ui startup-notification"
erjo@10020 14 BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \
erjo@14833 15 xfconf-dev startup-notification-dev util-linux-uuid-dev libxml2-dev libnotify-dev
erjo@14833 16 libxfce4util-dev"
erjo@10020 17
erjo@2072 18 # Rules to configure and make the package.
erjo@2072 19 compile_rules()
erjo@2072 20 {
erjo@2072 21 cd $src
erjo@14833 22 ./configure \
erjo@14833 23 --prefix=/usr \
erjo@14833 24 --disable-debug \
erjo@14833 25 --enable-notifications \
erjo@14833 26 --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \
erjo@14833 27 make && make install
erjo@2072 28 }
erjo@2072 29
erjo@2072 30 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2072 31 genpkg_rules()
erjo@2072 32 {
pascal@4234 33 mkdir -p $fs/usr/share/locale $fs/usr/lib
erjo@2072 34
erjo@14833 35 cp -a $install/usr/bin $fs/usr
erjo@14833 36 cp -a $install/usr/share/applications $fs/usr/share
erjo@14833 37 cp -a $install/usr/share/icons $fs/usr/share
erjo@14833 38 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
erjo@14833 39
erjo@14833 40 #gtk-update-icon-cache -f -t $fs/usr/share/icons/hicolor
erjo@2072 41 }
erjo@2072 42