wok annotate 915resolution/receipt @ rev 1150

Add: 915resolution, atl2, madwifi
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jul 26 17:27:49 2008 +0200 (2008-07-26)
parents
children 9c8870edc4ee
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"
erjo@1150 6 SHORT_DESC="Modify the video BIOS of the 800 and 900 series Intel graphics chipsets"
erjo@1150 7 MAINTAINER="erjo@slitaz.org"
erjo@1150 8 DEPENDS=""
erjo@1150 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@1150 10 WEB_SITE="http://www.geocities.com/stomljen/"
erjo@1150 11 WGET_URL="http://www.geocities.com/stomljen/$TARBALL"
erjo@1150 12
erjo@1150 13 # Rules to configure and make the package.
erjo@1150 14 compile_rules()
erjo@1150 15 {
erjo@1150 16 cd $src
erjo@1150 17 make clean && make
erjo@1150 18 make
erjo@1150 19 }
erjo@1150 20
erjo@1150 21 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1150 22 genpkg_rules()
erjo@1150 23 {
erjo@1150 24 mkdir -p $fs/usr/bin
erjo@1150 25 cp -a $src/$PACKAGE $fs/usr/bin
erjo@1150 26 cp -a $src/dump_bios $fs/usr/bin
erjo@1150 27 }
erjo@1150 28