wok-next annotate quodlibet/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
rev   line source
jozee@2678 1 # SliTaz package receipt.
jozee@2678 2
jozee@2678 3 PACKAGE="quodlibet"
jozee@2678 4 VERSION="2.0"
jozee@2678 5 CATEGORY="multimedia"
jozee@2678 6 SHORT_DESC="An audio player written in pygtk"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pascal@21145 9 WEB_SITE="https://github.com/quodlibet/quodlibet"
al@21020 10
jozee@2678 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20909 12 WGET_URL="$WEB_SITE/files/$TARBALL" # FIXME
jozee@2678 13
al@20919 14 BUILD_DEPENDS="python-dbus-dev gst0-python-dev gst0-plugins-base-dev \
al@20932 15 gst0-plugins-good gstreamer0-dev gst0-plugins-ugly python-pygtk-dev intltool \
al@21020 16 gettext-dev gtk2-dev python-dev file"
pascal@11879 17
al@21020 18 compile_rules() {
al@21020 19 python -B setup.py build &&
al@21020 20 python -B setup.py install --prefix=$install/usr || return 1
al@21020 21
al@21020 22 mkdir -p $install/usr/share/pixmaps/
al@21020 23 cp $stuff/*.png $install/usr/share/pixmaps/
jozee@2678 24 }
jozee@2678 25
al@21020 26 genpkg_rules() {
al@21020 27 copy @std
al@21020 28 DEPENDS="python-dbus gst0-python gst0-plugins-base gst0-plugins-good \
al@21020 29 gst0-plugins-ugly mutagen python-pygtk gstreamer0"
al@21020 30 SUGGESTED="gst0-plugins-bad gst0-ffmpeg"
al@21020 31 TAGS="multimedia audio sound music player python"
jozee@2678 32 }