new package: mp3wrap

This commit is contained in:
Tee KOBAYASHI 2022-12-02 00:00:48 +09:00 committed by xtkoba
parent 5be5d3c907
commit ae152ea9b2
2 changed files with 22 additions and 0 deletions

12
packages/mp3wrap/build.sh Normal file
View File

@ -0,0 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://mp3wrap.sourceforge.net/
TERMUX_PKG_DESCRIPTION="A command-line utility that wraps quickly two or more mp3 files in one single large playable mp3"
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.5
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/mp3wrap/mp3wrap-${TERMUX_PKG_VERSION}-src.tar.gz
TERMUX_PKG_SHA256=1b4644f6b7099dcab88b08521d59d6f730fa211b5faf1f88bd03bf61fedc04e7
termux_step_pre_configure() {
rm -f config.status
autoreconf -fi
}

View File

@ -0,0 +1,10 @@
--- a/wrap.c
+++ b/wrap.c
@@ -25,6 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <strings.h>
#include "wrap.h"