wok-next diff alien/receipt @ rev 21505

updated audit (2.8.4 -> 2.8.5)
author Hans-G?nter Theisgen
date Fri Jun 19 07:56:59 2020 +0100 (2020-06-19)
parents d5aab818505e
children
line diff
     1.1 --- a/alien/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/alien/receipt	Fri Jun 19 07:56:59 2020 +0100
     1.3 @@ -8,12 +8,15 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="http://joeyh.name/code/alien/"
     1.7 +HOST_ARCH="any"
     1.8  
     1.9  TARBALL="${PACKAGE}_$VERSION.tar.xz"
    1.10  WGET_URL="$SF_MIRROR/alien-pkg-convert/$TARBALL"
    1.11  
    1.12  BUILD_DEPENDS="perl"
    1.13  
    1.14 +DEPENDS_std="perl rpm4 cpio"
    1.15 +
    1.16  compile_rules() {
    1.17  	perl Makefile.PL &&
    1.18  	make &&
    1.19 @@ -21,8 +24,3 @@
    1.20  
    1.21  	find $install -type f -exec chmod u+w '{}' \;
    1.22  }
    1.23 -
    1.24 -genpkg_rules() {
    1.25 -	copy @std
    1.26 -	DEPENDS="perl rpm4 cpio"
    1.27 -}