
Receipt for package "pyradio"
# SliTaz package receipt. PACKAGE="pyradio" VERSION="0.8.7.2" CATEGORY="multimedia" SHORT_DESC="Ncurses internet radio player." MAINTAINER="paul@slitaz.org" LICENSE="MIT" WEB_SITE="https://www.coderholic.com/pyradio/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/coderholic/$PACKAGE/archive/$VERSION.tar.gz" DEPENDS="mplayer ncurses python" BUILD_DEPENDS="python-setuptools" current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { sed -i '1a\# -*- coding: utf-8 -*-' \ pyradio/radio.py python setup.py build && python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)