wok-next diff lilo/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 a3c581bf52b8
children
line diff
     1.1 --- a/lilo/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/lilo/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -3,26 +3,22 @@
     1.4  PACKAGE="lilo"
     1.5  VERSION="24.0"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="LInux boot LOader."
     1.8 +SHORT_DESC="LInux boot LOader"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="BSD"
    1.11 +WEB_SITE="https://web.archive.org/web/20160705200041/https://alioth.debian.org/projects/lilo/"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="https://web.archive.org/web/20160705200041/https://alioth.debian.org/projects/lilo/"
    1.15  WGET_URL="http://lilo.alioth.debian.org/ftp/sources/$TARBALL" # FIXME
    1.16  
    1.17  BUILD_DEPENDS="dev86 libdevmapper"
    1.18 -DEPENDS="libdevmapper"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 +compile_rules() {
    1.24  	make alles &&
    1.25  	make install
    1.26  }
    1.27  
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 +genpkg_rules() {
    1.32  	cp -a $install/sbin $fs
    1.33 +	DEPENDS="libdevmapper"
    1.34  }
    1.35 -