wok annotate asterisk-sound/receipt @ rev 21564

updated wyrd (1.4.5 -> 1.4.6)
author Hans-G?nter Theisgen
date Fri May 17 11:30:13 2019 +0100 (2019-05-17)
parents a7b54d88ae54
children 86601c251769
rev   line source
pascal@1187 1 # SliTaz package receipt.
pascal@1187 2
pascal@1187 3 PACKAGE="asterisk-sound"
pascal@4117 4 VERSION="1.4.16"
pascal@1423 5 CATEGORY="misc"
pascal@1187 6 SHORT_DESC="Open Source PBX and telephony toolkit sound files (en)."
pascal@1187 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15201 8 LICENSE="CCPL"
pascal@4117 9 WEB_SITE="http://www.asterisk.org/"
pascal@4117 10 TARBALL="asterisk-core-sounds-en-gsm-$VERSION.tar.gz"
pascal@4117 11 WGET_URL="http://downloads.asterisk.org/pub/telephony/sounds/releases/$TARBALL"
pascal@15201 12
pascal@1187 13 DEPENDS="asterisk"
pascal@1187 14
pascal@4117 15 # Rules to configure and make the package.
pascal@4117 16 compile_rules()
pascal@1187 17 {
pascal@10764 18 [ ! -d $DESTDIR/var ] &&
pascal@10764 19 cd $src &&
pascal@10764 20 mkdir -p $DESTDIR/var/lib/asterisk/sounds &&
pascal@10767 21 mv * $DESTDIR/var/lib/asterisk/sounds
pascal@1187 22 }
pascal@1187 23
pascal@1187 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1187 25 genpkg_rules()
pascal@1187 26 {
al@14789 27 cp -a $install/* $fs
al@14789 28 chown -R root:root $fs
pascal@1187 29 }