wok-next diff pgbadger/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 b1d941edc6cc
children
line diff
     1.1 --- a/pgbadger/receipt	Thu Mar 03 18:08:24 2016 +0100
     1.2 +++ b/pgbadger/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -6,23 +6,20 @@
     1.4  SHORT_DESC="A fast PostgreSQL Log Analyzer"
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="BSD"
     1.7 +WEB_SITE="https://github.com/dalibo/pgbadger/"
     1.8 +
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10 -WEB_SITE="https://github.com/dalibo/pgbadger/"
    1.11  WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
    1.12  
    1.13 -DEPENDS="perl"
    1.14  BUILD_DEPENDS="perl"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 +compile_rules() {
    1.20  	perl Makefile.PL --prefix=/usr &&
    1.21  	make &&
    1.22 -	make DESTDIR=$DESTDIR install
    1.23 +	make DESTDIR=$install install
    1.24  }
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 +genpkg_rules() {
    1.30  	cp -a $install/usr $fs/
    1.31 +	DEPENDS="perl"
    1.32  }