potrace: Include libpotrace

This commit is contained in:
Tee KOBAYASHI 2022-04-28 05:44:04 +09:00 committed by xtkoba
parent 4e1b9efe5d
commit 9f3151ec4d
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ TERMUX_PKG_DESCRIPTION="Tool for transforming a bitmap into a smooth, scalable i
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.16
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://distfiles.macports.org/potrace/potrace-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=be8248a17dedd6ccbaab2fcc45835bb0502d062e40fbded3bc56028ce5eb7acc
TERMUX_PKG_DEPENDS="zlib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--with-libpotrace
"