wok-next view libogg/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | a3c581bf52b8 |
children | d635206a5649 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libogg"
4 VERSION="1.3.3"
5 CATEGORY="multimedia"
6 SHORT_DESC="OGG library from Xiph.org project"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.xiph.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libogg.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://downloads.xiph.org/releases/ogg/$TARBALL"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make -j1 install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 libogg) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }