wok view 915resolution/receipt @ rev 20095

slitaz-base-files: don't backup-restore the whole /etc ($CONFIG_FILES variable exist), allow to update /etc/init.d/rc.functions
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 05 23:51:00 2017 +0300 (2017-10-05)
parents 16c0bac038bf
children 68cf96abc146
line source
1 # SliTaz package receipt.
3 PACKAGE="915resolution"
4 VERSION="0.5.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="Intel video BIOS hack to support certain resolutions"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="PublicDomain"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://915resolution.mango-lang.org/"
11 WGET_URL="$WEB_SITE$TARBALL"
12 TAGS="widescreen resolution"
14 DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 for i in widescreen-resolution cedarview ; do
20 [ -f done.$i ] && continue
21 patch -p0 < $stuff/$PACKAGE-$VERSION-$i.patch
22 touch done.$i
23 done
24 make
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/sbin
31 install $src/$PACKAGE $fs/usr/sbin
32 install $src/dump_bios $fs/usr/sbin
33 }