wok-next annotate thunar-volman/receipt @ rev 20427

Up cookutils (1024), tazpkg (957)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 24 12:19:58 2018 +0200 (2018-01-24)
parents 380ffe05937a
children 6d367d984b77
rev   line source
al@20120 1 # SliTaz package receipt v2.
erjo@2072 2
erjo@2072 3 PACKAGE="thunar-volman"
al@20120 4 VERSION="0.8.1" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
erjo@2072 5 CATEGORY="x-window"
al@20120 6 SHORT_DESC="Thunar volume manager plugin"
erjo@2072 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20120 9 WEB_SITE="http://www.xfce.org/"
al@20120 10
erjo@2072 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20120 12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@2072 13
al@20120 14 BUILD_DEPENDS="intltool exo-dev libgudev-dev libxfce4ui-dev libnotify-dev"
erjo@10020 15
al@20120 16 compile_rules() {
erjo@14833 17 ./configure \
al@20120 18 --sysconfdir=/etc \
al@20120 19 --localstatedir=/var \
erjo@14833 20 --disable-debug \
al@20120 21 $CONFIGURE_ARGS &&
al@20120 22 make &&
al@20120 23 make install
erjo@2072 24 }
erjo@2072 25
al@20120 26 genpkg_rules() {
al@20120 27 copy @std
al@20120 28 DEPENDS="exo glib gtk+ libgudev libnotify libxfce4ui libxfce4util pango \
al@20120 29 xfconf thunar"
al@20120 30 TAGS="Xfce"
erjo@2072 31 }