wok-next view faac/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 21ab7a6eb192
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="faac"
4 VERSION="1.29.9.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="Open source MPEG-4 and MPEG-2 AAC encoder"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.audiocoding.com/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/faac.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/faac/$TARBALL"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 faac)
29 copy @std
30 TAGS="AAC MP4 MPEG encoder"
31 ;;
32 *-dev)
33 copy @dev
34 ;;
35 esac
36 }