wok view 915resolution/receipt @ rev 23954

updated smplayer (20.4.2 -> 20.6.0)
author Hans-G?nter Theisgen
date Tue Sep 22 17:05:06 2020 +0100 (2020-09-22)
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 }