wok-next view libvorbis/receipt @ rev 19927

gegl: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:53:13 2017 +0200 (2017-10-14)
parents ece91be34a06
children c4e53a39395a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libvorbis"
4 VERSION="1.3.5"
5 CATEGORY="multimedia"
6 SHORT_DESC="Vorbis base library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://www.xiph.org/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL"
15 BUILD_DEPENDS="libogg-dev"
16 SPLIT="libvorbis-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 case $PACKAGE in
28 libvorbis) copy @std; DEPENDS="libogg";;
29 *-dev) copy @dev; DEPENDS="libvorbis libogg-dev";;
30 esac
31 }