SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "orc"

# SliTaz package receipt.

PACKAGE="orc"
VERSION="0.4.32"
CATEGORY="multimedia"
SHORT_DESC="The Oil Runtime Compiler."
MAINTAINER="domcox@slitaz.org"
LICENSE="BSD"
WEB_SITE="https://gstreamer.freedesktop.org/projects/orc.html"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="https://gstreamer.freedesktop.org/src/$PACKAGE/$TARBALL"

BUILD_DEPENDS="meson"

HOST_ARCH="i486 arm"

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

# Rules to configure and make the package.
compile_rules()
{
    meson    _build        \
        --prefix=/usr &&
    ninja    -C _build &&
    ninja    -C _build install

}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
    cook_copy_files        *.so*
}
6047 packages and 207212 files in current database (Tue Jun 25 15:15:29 2024)