wok-next annotate flmusic/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents d5aab818505e
children
rev   line source
al@20519 1 # SliTaz package receipt v2.
pankso@16372 2
pankso@16372 3 PACKAGE="flmusic"
pankso@16372 4 VERSION="1.2.1"
pankso@16372 5 CATEGORY="multimedia"
pankso@16372 6 SHORT_DESC="FLTK Audio player"
al@21020 7 MAINTAINER="devel@slitaz.org"
pankso@16372 8 LICENSE="GPL"
al@21020 9 WEB_SITE="https://web.archive.org/web/20150803070352/http://home.arcor.de/szukw000/english_index.html"
al@20519 10
pankso@16372 11 TARBALL="$PACKAGE-fltk13-source-$VERSION.tgz"
al@21020 12 WGET_URL="http://home.arcor.de/szukw000/$TARBALL" # FIXME
pankso@16372 13
al@21078 14 BUILD_DEPENDS="fltk-dev alsa-lib-dev sox-dev libx11-dev"
pankso@16372 15
al@20519 16 compile_rules() {
pankso@16372 17 #sed -i '/ioctl.h/a #include <limits.h>' reader.c &&
pankso@16372 18 sed -i 's/$(installdir)/$(DESTDIR)$(installdir)/' \
pankso@16372 19 Makefile.in || return 1
pankso@16372 20 chmod +x configure &&
al@20519 21 ./configure \
al@20519 22 --prefix=/usr \
al@20519 23 $CONFIGURE_ARGS &&
al@20519 24 make &&
al@21020 25 mkdir -p $install/usr/bin &&
al@21020 26 make DESTDIR=$install install
pankso@16372 27 }
pankso@16372 28
al@20519 29 genpkg_rules() {
al@20519 30 copy @std
al@20519 31 DEPENDS="fltk alsa-lib sox"
pankso@16372 32 }