autossh: Update from 1.4e to 1.4f
[termux-packages] / packages / vorbis-tools / build.sh
index 0f5fc5e..fcf358a 100644 (file)
@@ -1,9 +1,12 @@
 TERMUX_PKG_HOMEPAGE=http://www.vorbis.com
 TERMUX_PKG_DESCRIPTION="Ogg Vorbis tools"
 TERMUX_PKG_VERSION=1.4.0
-TERMUX_PKG_BUILD_REVISION=1
+TERMUX_PKG_REVISION=3
 TERMUX_PKG_SRCURL=http://downloads.xiph.org/releases/vorbis/vorbis-tools-${TERMUX_PKG_VERSION}.tar.gz
+TERMUX_PKG_SHA256=a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc
 # libflac for flac support in oggenc:
-TERMUX_PKG_DEPENDS="libvorbis, libflac"
+TERMUX_PKG_DEPENDS="libvorbis, libflac, libogg"
 
-LDFLAGS+=" -lm"
+termux_step_pre_configure() {
+       LDFLAGS+=" -lm"
+}