wok diff codec2/receipt @ rev 25805
created recipe for xfce4-weather-plugin
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 15:24:31 2024 +0100 (5 days ago) |
parents | d79ed38ace18 |
children |
line diff
1.1 --- a/codec2/receipt Thu Jul 20 14:03:05 2023 +0000 1.2 +++ b/codec2/receipt Wed Nov 13 15:24:31 2024 +0100 1.3 @@ -1,28 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="codec2" 1.7 -VERSION="1.0.5" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="An open source low bit rate speech codec" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="https://github.com/drowe67/codec2" 1.15 -WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.16 +WGET_URL="$WEB_SITE/archive/refs/tags/$VERSION.tar.gz" 1.17 1.18 BUILD_DEPENDS="cmake" 1.19 1.20 # What is the latest version available today? 1.21 current_version() 1.22 { 1.23 - wget -O - ${WGET_URL%/arch*}-dev/releases 2>/dev/null | \ 1.24 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.25 sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 1.26 } 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - sed -i 's| -no-pie||' unittest/CMakeLists.txt 1.32 mkdir -p $DESTDIR/usr/share/doc 1.33 cp README* COPYING $DESTDIR/usr/share/doc 1.34 mkdir build_linux