gegl: Update from 0.3.30 to 0.3.32
[termux-packages] / packages / libsndfile / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.mega-nerd.com/libsndfile
2 TERMUX_PKG_DESCRIPTION="Library for reading/writing audio files"
3 # Use a git master snapshot until 1.0.29 is released:
4 TERMUX_PKG_VERSION=1.0.29~pre1
5 TERMUX_PKG_REVISION=1
6 TERMUX_PKG_SRCURL=https://github.com/erikd/libsndfile/archive/826d5296da54c016e3cb0f7f00de3b9e295b9c4a.zip
7 TERMUX_PKG_SHA256=84651201a8468c448f1fd172a48ccf47f3761d23fd0f59bcaaf908050e9eeb7c
8 TERMUX_PKG_DEPENDS="libflac, libvorbis"
9 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-sqlite --disable-alsa"
10 TERMUX_PKG_RM_AFTER_INSTALL="bin/ share/man/man1/"
11
12 termux_step_pre_configure () {
13 sh autogen.sh
14 }