wok-next annotate 915resolution/receipt @ rev 20511

Up alsa-tools, git, gmerlin.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 16 17:17:21 2018 +0200 (2018-03-16)
parents f5bfda4cdfe9
children 29ae397b760a
rev   line source
al@20443 1 # SliTaz package receipt v2.
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"
al@20443 9 WEB_SITE="http://915resolution.mango-lang.org/"
al@20443 10
erjo@1150 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@14766 12 WGET_URL="$WEB_SITE$TARBALL"
erjo@1150 13
al@20443 14 compile_rules() {
al@14766 15 make
al@20443 16 install -Dm755 $src/915resolution $install/usr/sbin/915resolution
al@20443 17 install -Dm755 $src/dump_bios $install/usr/sbin/dump_bios
erjo@1150 18 }
erjo@1150 19
al@20443 20 genpkg_rules() {
al@20443 21 copy @std
al@20443 22 TAGS="widescreen resolution"
erjo@1150 23 }