wok-next diff mpl123/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents c4e53a39395a
children
line diff
     1.1 --- a/mpl123/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/mpl123/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -3,25 +3,20 @@
     1.4  PACKAGE="mpl123"
     1.5  VERSION="1.1.0"
     1.6  CATEGORY="multimedia"
     1.7 -SHORT_DESC="Light weight Ncurses frontend to mpg123"
     1.8 -MAINTAINER="pankso@slitaz.org"
     1.9 +SHORT_DESC="Lightweight Ncurses frontend to mpg123"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="BSD"
    1.12 +WEB_SITE="https://github.com/pankso/mpl123"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WEB_SITE="https://github.com/pankso/mpl123"
    1.16 -WGET_URL="https://github.com/pankso/mpl123/archive/v${VERSION}.tar.gz"
    1.17 +WGET_URL="https://github.com/pankso/mpl123/archive/v$VERSION.tar.gz"
    1.18  
    1.19 -DEPENDS="dialog mpg123"
    1.20 -BUILD_DEPENDS="wget"
    1.21 -
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	make DESTDIR=${DESTDIR} install
    1.26 +compile_rules() {
    1.27 +	make DESTDIR=$install install
    1.28  }
    1.29  
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 +genpkg_rules() {
    1.34  	mkdir -p $fs
    1.35 -	cp -a ${install}/* ${fs}
    1.36 +	cp -a $install/* $fs
    1.37 +	DEPENDS="dialog mpg123"
    1.38  }