wok-next diff alien/receipt @ rev 21206

try to build assaultcube again
author Hans-G?nter Theisgen
date Mon Dec 02 09:25:03 2019 +0100 (2019-12-02)
parents d5aab818505e
children
line diff
     1.1 --- a/alien/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/alien/receipt	Mon Dec 02 09:25:03 2019 +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 -}