new package: id3v2
This commit is contained in:
parent
fa5e92512b
commit
5de39a445c
11
packages/id3v2/Makefile.patch
Normal file
11
packages/id3v2/Makefile.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/Makefile
|
||||||
|
+++ b/Makefile
|
||||||
|
@@ -13,7 +13,7 @@
|
||||||
|
${CXX} -Wall -g -o $@ $^
|
||||||
|
|
||||||
|
install: all
|
||||||
|
- install -c -s id3v2 ${PREFIX}/bin/id3v2
|
||||||
|
+ install -c id3v2 ${PREFIX}/bin/id3v2
|
||||||
|
nroff -man id3v2.1 > ${PREFIX}/share/man/man1/id3v2.1
|
||||||
|
|
||||||
|
clean:
|
14
packages/id3v2/build.sh
Normal file
14
packages/id3v2/build.sh
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
TERMUX_PKG_HOMEPAGE=http://id3v2.sourceforge.net/
|
||||||
|
TERMUX_PKG_DESCRIPTION="A command line id3v2 tag editor"
|
||||||
|
TERMUX_PKG_LICENSE="LGPL-2.1"
|
||||||
|
TERMUX_PKG_MAINTAINER="@termux"
|
||||||
|
TERMUX_PKG_VERSION=0.1.12
|
||||||
|
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/id3v2/id3v2-${TERMUX_PKG_VERSION}.tar.gz
|
||||||
|
TERMUX_PKG_SHA256=8105fad3189dbb0e4cb381862b4fa18744233c3bbe6def6f81ff64f5101722bf
|
||||||
|
TERMUX_PKG_DEPENDS="id3lib, libc++, zlib"
|
||||||
|
TERMUX_PKG_BUILD_IN_SRC=true
|
||||||
|
TERMUX_PKG_EXTRA_MAKE_ARGS="PREFIX=$TERMUX_PREFIX"
|
||||||
|
|
||||||
|
termux_step_post_configure() {
|
||||||
|
make clean
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user