wok annotate lguest/receipt @ rev 8869

Fix: libgtkimageview TARBALL/WGET_URL... If you had error './configure not found', you have to remove the corrupted tarball from SOURCES_REPOSITORY, named gtkimageview-1.6.4.taz.lzma
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 06:06:17 2011 +0100 (2011-02-26)
parents 5355ffc461cf
children 8e4477cd2684
rev   line source
pascal@4507 1 # SliTaz package receipt.
pascal@4507 2
pascal@4507 3 PACKAGE="lguest"
slaxemulator@8085 4 VERSION="2.6.37"
pascal@4507 5 CATEGORY="base-system"
pascal@4507 6 SHORT_DESC="The Linux kernel paravirtualization tool."
pascal@4507 7 MAINTAINER="devel@slitaz.org"
pascal@4507 8 WEB_SITE="http://www.kernel.org/"
pascal@4507 9 WANTED="linux"
pascal@4507 10
pascal@4507 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4507 12 genpkg_rules()
pascal@4507 13 {
pascal@4507 14 mkdir -p $fs/usr/sbin
pascal@4507 15 cp $src/Documentation/lguest/lguest $fs/usr/sbin
pascal@4507 16 }