wok-next annotate alsa-oss/receipt @ rev 21181

Update some websites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 21 10:31:28 2019 +0200 (2019-08-21)
parents d5aab818505e
children e4fd1e248d86
rev   line source
al@20455 1 # SliTaz package receipt v2.
al@20455 2
al@20455 3 PACKAGE="alsa-oss"
al@20859 4 VERSION="1.1.6"
al@20455 5 CATEGORY="multimedia"
al@20455 6 SHORT_DESC="ALSA OSS compatibility library"
al@20455 7 MAINTAINER="al.bobylev@gmail.com"
al@20455 8 LICENSE="GPL2"
pascal@21181 9 WEB_SITE="https://www.alsa-project.org/main/index.php/Main_Page"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/alsa-oss.html"
al@20455 11
al@20455 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20455 13 WGET_URL="ftp://ftp.alsa-project.org/pub/oss-lib/$TARBALL"
al@20455 14
al@20455 15 BUILD_DEPENDS="alsa-lib-dev"
al@21020 16 SPLIT="$PACKAGE-dev"
al@20455 17
al@20455 18 compile_rules() {
al@20455 19 ./configure \
al@20455 20 --disable-static \
al@20455 21 $CONFIGURE_ARGS &&
al@20569 22 fix libtool &&
al@20569 23 make &&
al@20569 24 make install
al@20455 25 }
al@20455 26
al@20455 27 genpkg_rules() {
al@20455 28 case $PACKAGE in
al@20455 29 alsa-oss)
al@20455 30 copy @std
al@20455 31 DEPENDS="alsa-lib"
al@20455 32 ;;
al@20455 33 *-dev)
al@20455 34 copy @dev
al@20455 35 ;;
al@20455 36 esac
al@20455 37 }