wok-next diff flmusic/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 59d50f859d0d
children d5aab818505e
line diff
     1.1 --- a/flmusic/receipt	Mon Apr 14 18:33:22 2014 +0200
     1.2 +++ b/flmusic/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="flmusic"
     1.8  VERSION="1.2.1"
     1.9 @@ -6,29 +6,27 @@
    1.10  SHORT_DESC="FLTK Audio player"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 +WEB_SITE="http://home.arcor.de/szukw000/english_index.html"
    1.14 +
    1.15  TARBALL="$PACKAGE-fltk13-source-$VERSION.tgz"
    1.16 -WEB_SITE="http://home.arcor.de/szukw000/english_index.html"
    1.17  WGET_URL="http://home.arcor.de/szukw000/$TARBALL"
    1.18  
    1.19 -DEPENDS="fltk alsa-lib sox"
    1.20 -BUILD_DEPENDS="fltk-dev alsa-lib-dev sox-dev"
    1.21 +BUILD_DEPENDS="fltk-dev alsa-lib-dev sox-dev xorg-libX11-dev"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 +compile_rules() {
    1.27  	#sed -i '/ioctl.h/a #include <limits.h>' reader.c &&
    1.28  	sed -i 's/$(installdir)/$(DESTDIR)$(installdir)/' \
    1.29  		Makefile.in || return 1
    1.30  	chmod +x configure &&
    1.31 -	./configure --prefix=/usr \
    1.32 -		$CONFIGURE_ARGS  && 
    1.33 -	make && mkdir -p $DESTDIR/usr/bin &&
    1.34 +	./configure \
    1.35 +		--prefix=/usr \
    1.36 +		$CONFIGURE_ARGS &&
    1.37 +	make &&
    1.38 +	mkdir -p $DESTDIR/usr/bin &&
    1.39  	make DESTDIR=$DESTDIR install
    1.40  }
    1.41  
    1.42 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.43 -genpkg_rules()
    1.44 -{
    1.45 -	mkdir -p $fs/usr
    1.46 -	cp -a $install/usr/bin $fs/usr
    1.47 +genpkg_rules() {
    1.48 +	copy @std
    1.49 +	DEPENDS="fltk alsa-lib sox"
    1.50  }