wok annotate 915resolution/receipt @ rev 21137

Up deutex-devel (5.1.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 23 13:21:39 2019 +0100 (2019-03-23)
parents 16c0bac038bf
children 68cf96abc146
rev   line source
erjo@1150 1 # SliTaz package receipt.
erjo@1150 2
erjo@1150 3 PACKAGE="915resolution"
erjo@1150 4 VERSION="0.5.3"
erjo@1150 5 CATEGORY="system-tools"
al@17992 6 SHORT_DESC="Intel video BIOS hack to support certain resolutions"
erjo@1150 7 MAINTAINER="erjo@slitaz.org"
pascal@14801 8 LICENSE="PublicDomain"
erjo@1150 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
jozee@4586 10 WEB_SITE="http://915resolution.mango-lang.org/"
al@14766 11 WGET_URL="$WEB_SITE$TARBALL"
jozee@4586 12 TAGS="widescreen resolution"
erjo@1150 13
al@14766 14 DEPENDS=""
al@14766 15
erjo@1150 16 # Rules to configure and make the package.
erjo@1150 17 compile_rules()
erjo@1150 18 {
pascal@12028 19 for i in widescreen-resolution cedarview ; do
pascal@1796 20 [ -f done.$i ] && continue
pascal@12028 21 patch -p0 < $stuff/$PACKAGE-$VERSION-$i.patch
pascal@1796 22 touch done.$i
pascal@1796 23 done
al@14766 24 make
erjo@1150 25 }
erjo@1150 26
erjo@1150 27 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1150 28 genpkg_rules()
erjo@1150 29 {
al@14766 30 mkdir -p $fs/usr/sbin
al@14766 31 install $src/$PACKAGE $fs/usr/sbin
al@14766 32 install $src/dump_bios $fs/usr/sbin
erjo@1150 33 }