wok-next annotate radiotray/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents a3254b6a96ac
children
rev   line source
pascal@11227 1 # SliTaz package receipt.
pascal@11227 2
pascal@11227 3 PACKAGE="radiotray"
pascal@11227 4 VERSION="0.6.1"
pascal@11227 5 CATEGORY="multimedia"
al@21020 6 SHORT_DESC="Online radio streaming player that runs on system tray"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15003 8 LICENSE="GPL"
al@21020 9 WEB_SITE="http://radiotray.sourceforge.net/"
al@21020 10
pascal@11227 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11227 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11227 13
al@21020 14 BUILD_DEPENDS="python-dev python-pyxdg gst0-python-dev gettext-dev"
pascal@15003 15
al@21020 16 compile_rules() {
al@21020 17 python -B setup.py install --prefix=/usr --root=$install
pascal@11227 18 }
pascal@11227 19
al@21020 20 genpkg_rules() {
pascal@11227 21 mkdir -p $fs/usr/share
pascal@15003 22 cp -a $install/usr/bin $fs/usr
pascal@15003 23 cp -a $install/usr/lib $fs/usr
pascal@15003 24 cp -a $install/usr/share/radiotray $fs/usr/share
al@21020 25 DEPENDS="python python-lxml gst0-python"
pascal@11227 26 }