s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
[termux-packages] / packages / mp3splt / build.sh
1 TERMUX_PKG_HOMEPAGE=http://mp3splt.sourceforge.net
2 TERMUX_PKG_DESCRIPTION="Mp3Splt-project is a utility to split mp3, ogg vorbis and native FLAC files selecting a begin and an end time position, 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_DEPENDS="libmp3splt"
7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--mandir=$TERMUX_PREFIX/share/man"
8
9 termux_step_post_configure() {
10 cd $TERMUX_PKG_SRCDIR/src
11 sed -i -e 's/BEOS/ANDROID/g' freedb.c
12 touch langinfo.h
13 }