wok-next annotate asterisk-sound/receipt @ rev 21386
updated nfs-utils (1.3.0 -> 2.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 17 13:40:22 2020 +0100 (2020-04-17) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@21017 | 1 # SliTaz package receipt v2. |
pascal@1187 | 2 |
pascal@1187 | 3 PACKAGE="asterisk-sound" |
pascal@4117 | 4 VERSION="1.4.16" |
pascal@1423 | 5 CATEGORY="misc" |
al@21017 | 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/" |
al@21057 | 10 HOST_ARCH="any" |
al@20882 | 11 REPOLOGY="asterisk-core-sounds" |
al@20882 | 12 |
pascal@4117 | 13 TARBALL="asterisk-core-sounds-en-gsm-$VERSION.tar.gz" |
pascal@4117 | 14 WGET_URL="http://downloads.asterisk.org/pub/telephony/sounds/releases/$TARBALL" |
pascal@15201 | 15 |
al@21017 | 16 compile_rules() { |
al@21020 | 17 mkdir -p $install/var/lib/asterisk/sounds && |
al@21020 | 18 mv * $install/var/lib/asterisk/sounds |
pascal@1187 | 19 } |
pascal@1187 | 20 |
al@21017 | 21 genpkg_rules() { |
al@14789 | 22 cp -a $install/* $fs |
al@14789 | 23 chown -R root:root $fs |
al@21020 | 24 DEPENDS="asterisk" |
pascal@1187 | 25 } |