wok annotate mgetty-voicetools/receipt @ rev 21574

updated arpack-ng and arpack-ng-dev again (3.1.5 -> 3.7.0)
author Hans-G?nter Theisgen
date Sun May 19 07:49:33 2019 +0100 (2019-05-19)
parents 9cbcdb219b50
children a4a2b897d572
rev   line source
pascal@1337 1 # SliTaz package receipt.
pascal@1337 2
pascal@1337 3 PACKAGE="mgetty-voicetools"
slaxemulator@6858 4 VERSION="1.1.37"
pascal@1337 5 CATEGORY="network"
pascal@1337 6 SHORT_DESC="Convertion tool set for vgetty."
pascal@1337 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@1337 9 WEB_SITE="http://mgetty.greenie.net/"
pascal@1337 10 DEPENDS="mgetty"
pascal@1337 11 WANTED="mgetty"
pascal@1337 12
pascal@1337 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1337 14 genpkg_rules()
pascal@1337 15 {
pascal@1337 16 mkdir -p $fs/usr
pascal@15002 17 cp -a $install/usr/bin $fs/usr
pascal@1337 18 }