wok annotate qemu-mips/receipt @ rev 7481

Removed glibc-locale from abiword depends. Added soft link for /usr/share/pixmaps/abiword.png to /usr/share/icons/abiword_48.png. Fixed error when running abiword on command line.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 02:25:29 2010 +0000 (2010-12-02)
parents f17b04ae2527
children 9feb6e96b183
rev   line source
erjo@6069 1 # SliTaz package receipt.
erjo@6069 2
erjo@6069 3 PACKAGE="qemu-mips"
slaxemulator@6880 4 VERSION="0.13.0"
erjo@6069 5 CATEGORY="misc"
erjo@6069 6 SHORT_DESC="General-purpose full virtualizer for MIPS hardware."
erjo@6069 7 MAINTAINER="erjo@slitaz.org"
erjo@6069 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@6069 9 WEB_SITE="http://www.nongnu.org/qemu/"
erjo@6069 10 DEPENDS="qemu"
erjo@6069 11 TAGS="virtualization"
erjo@6069 12 WANTED="qemu"
erjo@6069 13
erjo@6069 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@6069 15 genpkg_rules()
erjo@6069 16 {
erjo@6069 17 mkdir -p $fs/usr/bin
erjo@6069 18 cp -a $_pkg/usr/bin/qemu-*${PACKAGE#qemu-} $fs/usr/bin
erjo@6069 19 }
erjo@6069 20