wok annotate asterisk-sound/receipt @ rev 15149
php: fix post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 13:25:02 2013 +0000 (2013-08-15) |
parents | e76ce476e779 |
children | f4c22f009037 |
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@4117 | 8 WEB_SITE="http://www.asterisk.org/" |
pascal@4117 | 9 TARBALL="asterisk-core-sounds-en-gsm-$VERSION.tar.gz" |
pascal@4117 | 10 WGET_URL="http://downloads.asterisk.org/pub/telephony/sounds/releases/$TARBALL" |
pascal@1187 | 11 DEPENDS="asterisk" |
pascal@1187 | 12 |
pascal@4117 | 13 # Rules to configure and make the package. |
pascal@4117 | 14 compile_rules() |
pascal@1187 | 15 { |
pascal@10764 | 16 [ ! -d $DESTDIR/var ] && |
pascal@10764 | 17 cd $src && |
pascal@10764 | 18 mkdir -p $DESTDIR/var/lib/asterisk/sounds && |
pascal@10767 | 19 mv * $DESTDIR/var/lib/asterisk/sounds |
pascal@1187 | 20 } |
pascal@1187 | 21 |
pascal@1187 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1187 | 23 genpkg_rules() |
pascal@1187 | 24 { |
al@14789 | 25 cp -a $install/* $fs |
al@14789 | 26 chown -R root:root $fs |
pascal@1187 | 27 } |