new package: liblrdf

This commit is contained in:
Tee KOBAYASHI 2022-05-08 11:34:25 +09:00 committed by xtkoba
parent c479bd101c
commit 9e15325f63
1 changed files with 12 additions and 0 deletions

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

@ -0,0 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://github.com/swh/LRDF
TERMUX_PKG_DESCRIPTION="A library to make it easy to manipulate RDF files describing LADSPA plugins"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.6.1
TERMUX_PKG_SRCURL=https://github.com/swh/LRDF/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d579417c477ac3635844cd1b94f273ee2529a8c3b6b21f9b09d15f462b89b1ef
TERMUX_PKG_DEPENDS="libraptor2"
termux_step_pre_configure() {
autoreconf -fi
}