You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
497 B
10 lines
497 B
TERMUX_PKG_HOMEPAGE=http://swig.org
|
|
TERMUX_PKG_DESCRIPTION="Generate scripting interfaces to C/C++ code"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
|
|
TERMUX_PKG_VERSION=3.0.12
|
|
TERMUX_PKG_REVISION=6
|
|
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/swig/swig-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=7cf9f447ae7ed1c51722efc45e7f14418d15d7a1e143ac9f09a668999f4fc94d
|
|
TERMUX_PKG_DEPENDS="libc++, pcre, zlib"
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
|
|