637f22d133
This fixes Android 6 problems (so closes #26). It also rebuilds termux-elf-cleaner when needed and bumps some build revisions for packages needed updates to remove DT_VERDEF and DT_VERDEFNUM.
8 lines
366 B
Bash
8 lines
366 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/GNOME/libcroco
|
|
TERMUX_PKG_DESCRIPTION="CSS parsing and manipulation library"
|
|
_MAJOR_VERSION=0.6
|
|
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.8
|
|
TERMUX_PKG_BUILD_REVISION=1
|
|
TERMUX_PKG_SRCURL=http://ftp.gnome.org/pub/gnome/sources/libcroco/${_MAJOR_VERSION}/libcroco-${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_DEPENDS="glib,liblzma,libxml2"
|