wok-6.x annotate mgetty-voicetools/receipt @ rev 1480

update BUILD_DEPENDS for claws-mail-attremover claws-mail-notification claws-mail-vcalendar edje efreet ewl imlib2 xorg-server xorg-xf86-input-evdev xorg-xf86-input-keyboard xorg-xf86-input-mouse xorg-xf86-video-ati xorg-xf86-video-nv xorg-xf86-video-vesa xorg-xkeyboard-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 17:10:38 2008 +0000 (2008-10-04)
parents
children 9cbcdb219b50
rev   line source
pascal@1337 1 # SliTaz package receipt.
pascal@1337 2
pascal@1337 3 PACKAGE="mgetty-voicetools"
pascal@1337 4 VERSION="1.1.35"
pascal@1337 5 CATEGORY="network"
pascal@1337 6 SHORT_DESC="Convertion tool set for vgetty."
pascal@1337 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1337 8 WEB_SITE="http://mgetty.greenie.net/"
pascal@1337 9 DEPENDS="mgetty"
pascal@1337 10 WANTED="mgetty"
pascal@1337 11
pascal@1337 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1337 13 genpkg_rules()
pascal@1337 14 {
pascal@1337 15 mkdir -p $fs/usr
pascal@1337 16 cp -a $_pkg/usr/bin $fs/usr
pascal@1337 17 }