
Receipt for package "vamp-sdk"
# SliTaz package receipt. PACKAGE="vamp-sdk" VERSION="2.10.0" CATEGORY="development" SHORT_DESC="Framework for audio analysis and feature extraction." MAINTAINER="maintainer@slitaz.org" LICENSE="BSD-3-Clause" WEB_SITE="https://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk" SOURCE="vamp-plugin-sdk" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://code.soundsoftware.ac.uk/attachments/download/2691/$TARBALL" DEPENDS="gcc83-lib-base libsndfile" BUILD_DEPENDS="gcc83 libsndfile-dev" # What is the latest version available today? current_version() { wget -O - $WEB_SITE/files 2>/dev/null | \ sed "/[0-9].tar..z/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|;q" } # Rules to configure and make the package. compile_rules() { ./configure \ CC=gcc-83 \ CXX=g++-83 \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var && make && make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin cook_copy_files *.so* }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)