wok view qemu-mips/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 3dcd4d122a1f
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="qemu-mips"
4 VERSION="0.14.0"
5 CATEGORY="misc"
6 SHORT_DESC="General-purpose full virtualizer for MIPS hardware."
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.nongnu.org/qemu/"
10 DEPENDS="qemu"
11 TAGS="virtualization"
12 WANTED="qemu"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $_pkg/usr/bin/qemu-*${PACKAGE#qemu-} $fs/usr/bin
19 }