wok annotate 915resolution/receipt @ rev 15709

Up:Postfix (2.10.2) + Add SSL support
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 22:07:24 2013 +0100 (2013-12-22)
parents 164afa784523
children c9e270dd464f
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"
jozee@4586 6 SHORT_DESC="Widescreen support; modify video BIOS of the 800 and 900 series Intel graphics chipsets"
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 {
erjo@1150 19 cd $src
pascal@12028 20 for i in widescreen-resolution cedarview ; do
pascal@1796 21 [ -f done.$i ] && continue
pascal@12028 22 patch -p0 < $stuff/$PACKAGE-$VERSION-$i.patch
pascal@1796 23 touch done.$i
pascal@1796 24 done
al@14766 25 make
erjo@1150 26 }
erjo@1150 27
erjo@1150 28 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1150 29 genpkg_rules()
erjo@1150 30 {
al@14766 31 mkdir -p $fs/usr/sbin
al@14766 32 install $src/$PACKAGE $fs/usr/sbin
al@14766 33 install $src/dump_bios $fs/usr/sbin
erjo@1150 34 }
erjo@1150 35