wok-next view libvorbis/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libvorbis"
4 VERSION="1.3.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="Vorbis base library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.xiph.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libvorbis.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL"
14 TARBALL_SHA1="91f140c220d1fe3376d637dc5f3d046263784b1f"
16 BUILD_DEPENDS="libogg-dev"
17 SPLIT="$PACKAGE-dev $PACKAGE"
19 COPY_dev="@dev *.so"
21 DEPENDS_std="libogg"
22 DEPENDS_dev="$PACKAGE libogg-dev"
24 TAGS_std="Xiph.org"
26 compile_rules() {
27 ./configure \
28 --disable-static \
29 $CONFIGURE_ARGS &&
30 fix libtool &&
31 make &&
32 make install
33 }