wok annotate xfce4-volumed/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents 2bbae4856e6c
children 6135577f4d08
rev   line source
al@14136 1 # SliTaz package receipt.
al@14136 2
al@14136 3 PACKAGE="xfce4-volumed"
al@14136 4 VERSION="0.1.13"
al@14136 5 HI_VERSION=$(echo $VERSION | cut -d. -f1,2)
al@14136 6 CATEGORY="x-window"
al@14136 7 SHORT_DESC="Volume keys daemon"
al@14136 8 MAINTAINER="al.bobylev@gmail.com"
pascal@14999 9 LICENSE="GPL3"
al@14136 10 WEB_SITE="https://aur.archlinux.org/packages.php?ID=31693"
al@14136 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@14136 12 WGET_URL="http://archive.xfce.org/src/apps/xfce4-volumed/$HI_VERSION/$TARBALL"
al@14136 13
al@14138 14 DEPENDS="gst-plugins-base libkeybinder libnotify libxfconf"
al@14136 15 BUILD_DEPENDS="libxfconf-dev gstreamer-dev gst-plugins-base-dev \
al@14136 16 libkeybinder-dev libxml2-dev libnotify-dev"
al@14136 17
al@14136 18 # Rules to configure and make the package.
al@14136 19 compile_rules()
al@14136 20 {
al@14136 21 ./configure $CONFIGURE_ARGS && make && make install
al@14136 22 }
al@14136 23
al@14136 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14136 25 genpkg_rules()
al@14136 26 {
al@14136 27 cp -a $install/* $fs
al@14136 28 }