wok-next annotate streamripper/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents f48456621a9d
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pankso@975 2
pankso@975 3 PACKAGE="streamripper"
slaxemulator@6373 4 VERSION="1.64.6"
pankso@975 5 CATEGORY="multimedia"
al@21020 6 SHORT_DESC="Record streaming mp3 to your hard drive"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://streamripper.sourceforge.net/"
al@21020 10
pankso@975 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@975 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pankso@975 13
al@21017 14 BUILD_DEPENDS="gtk2-dev libmad-dev"
pascal@15001 15
al@21020 16 compile_rules() {
pankso@975 17 chmod +x install-sh
al@21020 18
pankso@975 19 ./configure \
pankso@975 20 --prefix=/usr \
pascal@2440 21 $CONFIGURE_ARGS &&
pascal@2440 22 make &&
al@21020 23 make DESTDIR=$install install
pankso@975 24 }
pankso@975 25
al@21020 26 genpkg_rules() {
al@21020 27 copy @std
al@21020 28 DEPENDS="gtk2 libmad libvorbis faad2 glibc-base"
pankso@975 29 }