wok annotate mgetty-voicetools/receipt @ rev 23807

eudev: include relocated udevadm
author Richard Dunbar <mojo@slitaz.org>
date Sun May 24 12:23:14 2020 -0400 (2020-05-24)
parents 7896f0694ef6
children
rev   line source
pascal@1337 1 # SliTaz package receipt.
pascal@1337 2
pascal@1337 3 PACKAGE="mgetty-voicetools"
Hans-G?nter@23179 4 VERSION="1.2.1"
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/"
Hans-G?nter@23179 10
pascal@1337 11 DEPENDS="mgetty"
pascal@1337 12 WANTED="mgetty"
pascal@1337 13
pascal@1337 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1337 15 genpkg_rules()
pascal@1337 16 {
pascal@1337 17 mkdir -p $fs/usr
Hans-G?nter@23179 18 cp -a $install/usr/bin $fs/usr
pascal@1337 19 }