wok-next view libvorbis/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 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 }