wok-next diff 915resolution/receipt @ rev 20457

Tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 02 11:13:24 2018 +0200 (2018-03-02)
parents f5bfda4cdfe9
children 29ae397b760a
line diff
     1.1 --- a/915resolution/receipt	Mon Jun 19 04:02:32 2017 +0300
     1.2 +++ b/915resolution/receipt	Fri Mar 02 11:13:24 2018 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="915resolution"
     1.8  VERSION="0.5.3"
     1.9 @@ -6,23 +6,18 @@
    1.10  SHORT_DESC="Intel video BIOS hack to support certain resolutions"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="PublicDomain"
    1.13 +WEB_SITE="http://915resolution.mango-lang.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://915resolution.mango-lang.org/"
    1.17  WGET_URL="$WEB_SITE$TARBALL"
    1.18 -TAGS="widescreen resolution"
    1.19  
    1.20 -DEPENDS=""
    1.21 -
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	make
    1.27 +	install -Dm755 $src/915resolution $install/usr/sbin/915resolution
    1.28 +	install -Dm755 $src/dump_bios     $install/usr/sbin/dump_bios
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 -	mkdir -p $fs/usr/sbin
    1.35 -	install $src/$PACKAGE $fs/usr/sbin
    1.36 -	install $src/dump_bios $fs/usr/sbin
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39 +	TAGS="widescreen resolution"
    1.40  }