unrar: Update from 5.6.2 to 5.6.3
[termux-packages] / packages / mp3splt / build.sh
1 TERMUX_PKG_HOMEPAGE=http://mp3splt.sourceforge.net
2 TERMUX_PKG_DESCRIPTION="Utility to split mp3, ogg vorbis and FLAC files without decoding"
3 TERMUX_PKG_VERSION=2.6.2
4 TERMUX_PKG_REVISION=1
5 TERMUX_PKG_SRCURL=http://prdownloads.sourceforge.net/mp3splt/mp3splt-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_SHA256=3ec32b10ddd8bb11af987b8cd1c76382c48d265d0ffda53041d9aceb1f103baa
7 TERMUX_PKG_DEPENDS="libmp3splt"
8 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--mandir=$TERMUX_PREFIX/share/man"
9
10 termux_step_post_configure() {
11 cd $TERMUX_PKG_SRCDIR/src
12 sed -i -e 's/BEOS/ANDROID/g' freedb.c
13 touch langinfo.h
14 }