wok-next diff streamripper/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f48456621a9d
children
line diff
     1.1 --- a/streamripper/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/streamripper/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,33 +1,29 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="streamripper"
     1.8  VERSION="1.64.6"
     1.9  CATEGORY="multimedia"
    1.10 -SHORT_DESC="Record streaming mp3 to your hard drive."
    1.11 -MAINTAINER="pankso@slitaz.org"
    1.12 +SHORT_DESC="Record streaming mp3 to your hard drive"
    1.13 +MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="http://streamripper.sourceforge.net/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://streamripper.sourceforge.net/"
    1.19  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.20  
    1.21 -DEPENDS="gtk2 libmad libvorbis faad2 glibc-base"
    1.22  BUILD_DEPENDS="gtk2-dev libmad-dev"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	cd $src
    1.28 +compile_rules() {
    1.29  	chmod +x install-sh
    1.30 +
    1.31  	./configure \
    1.32  		--prefix=/usr \
    1.33  		$CONFIGURE_ARGS &&
    1.34  	make &&
    1.35 -	make DESTDIR=$DESTDIR install
    1.36 +	make DESTDIR=$install install
    1.37  }
    1.38  
    1.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.40 -genpkg_rules()
    1.41 -{
    1.42 -	mkdir -p $fs/usr/lib
    1.43 -	cp -a $install/usr/bin $fs/usr
    1.44 +genpkg_rules() {
    1.45 +	copy @std
    1.46 +	DEPENDS="gtk2 libmad libvorbis faad2 glibc-base"
    1.47  }