SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "speexdsp"

# SliTaz package receipt.

PACKAGE="speexdsp"
VERSION="1.2.1"
CATEGORY="multimedia"
SHORT_DESC="Patent-free, Open Source/Free Software DSP library"
MAINTAINER="maintainer@slitaz.org"
LICENSE="BSD"
WEB_SITE="https://www.speex.org/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://ftp.osuosl.org/pub/xiph/releases/speex/$TARBALL"

HOST_ARCH="i486 x86_64"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/beta/d;/rc[0-9]/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_files        *.so*
}
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)