wok annotate xfmpc/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents 9053833522ce
children 17091bc7c301
rev   line source
erjo@4869 1 # SliTaz package receipt.
erjo@4869 2
erjo@4869 3 PACKAGE="xfmpc"
pascal@15284 4 VERSION="0.2.2"
erjo@4869 5 CATEGORY="x-window"
erjo@4869 6 SHORT_DESC="MPD client for Xfce."
erjo@4869 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
erjo@4869 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@20671 10 WEB_SITE="https://goodies.xfce.org/projects/applications/xfmpc"
erjo@4869 11 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@4869 12
erjo@9880 13 DEPENDS="libxfcegui4 libxfce4util libmpd startup-notification"
erjo@9880 14 BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev libmpd-dev intltool \
pascal@19744 15 libxfce4ui-dev startup-notification-dev util-linux-uuid-dev gtk+-dev \
pascal@19744 16 xcb-util-dev"
erjo@9880 17
erjo@4869 18 # Rules to configure and make the package.
erjo@4869 19 compile_rules()
erjo@4869 20 {
erjo@4869 21 cd $src
erjo@4869 22 ./configure \
erjo@4869 23 --prefix=/usr \
erjo@4869 24 --infodir=/usr/share/info \
erjo@4869 25 --mandir=/usr/share/man \
erjo@4869 26 $CONFIGURE_ARGS &&
erjo@9880 27 make && make DESTDIR=$DESTDIR install
erjo@4869 28 }
erjo@4869 29
erjo@4869 30 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4869 31 genpkg_rules()
erjo@4869 32 {
erjo@4869 33 mkdir -p $fs/usr
pascal@15000 34 cp -a $install/usr/bin $fs/usr
erjo@4869 35 }
erjo@4869 36