wok-next annotate 915resolution/receipt @ rev 19784

Build glib static libs and make static desktop-file-validate (for cookutils compressor), remake optipng & pngquant: use sbin for static binaries. Up 915resolution, Qt4-qca-ossl, R, accessx, advancecomp, aiksaurus, airpwn, amsn for auto-patching; lowercase libIDL, ORBit2 names.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 04:02:32 2017 +0300 (2017-06-19)
parents c9e270dd464f
children 0e7893ac206d
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 {
al@14766 19 make
erjo@1150 20 }
erjo@1150 21
erjo@1150 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1150 23 genpkg_rules()
erjo@1150 24 {
al@14766 25 mkdir -p $fs/usr/sbin
al@14766 26 install $src/$PACKAGE $fs/usr/sbin
al@14766 27 install $src/dump_bios $fs/usr/sbin
erjo@1150 28 }