Browse Source

frobtads: Stop depending on curl

Depending on libcurl is enough.
android-5
Fredrik Fornwall 7 years ago
parent
commit
45a524ed43
  1. 2
      packages/frobtads/build.sh

2
packages/frobtads/build.sh

@ -5,4 +5,4 @@ TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=http://www.tads.org/frobtads/frobtads-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=88c6a987813d4be1420a1c697e99ecef4fa9dd9bc922be4acf5a3054967ee788
TERMUX_PKG_RM_AFTER_INSTALL="share/frobtads/tads3/doc share/frobtads/tads3/lib/webuires"
TERMUX_PKG_DEPENDS="curl, ncurses, libcurl"
TERMUX_PKG_DEPENDS="ncurses, libcurl"

Loading…
Cancel
Save