mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 04:41:03 +00:00
- Rewrite of - termux#26199 - termux#26202 - termux#26203 - termux#26208 - to attempt to temporarily work around - termux#26227 - https://github.com/termux/termux-app/issues/4752 - termux#26227 should remain open until a permanent solution to it is found. This is to temporarily fix the inconsistent state of the repo that has occurred as an intermittent result.
18 lines
622 B
Bash
18 lines
622 B
Bash
TERMUX_PKG_HOMEPAGE="https://userguide.mdanalysis.org/stable/formats/reference/xtc.html"
|
|
TERMUX_PKG_DESCRIPTION="Library for reading and writing xtc, edr and trr files"
|
|
TERMUX_PKG_GROUPS="science"
|
|
TERMUX_PKG_LICENSE="BSD 2-Clause"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.1.4"
|
|
TERMUX_PKG_REVISION=2
|
|
TERMUX_PKG_SRCURL="ftp://ftp.gromacs.org/pub/contrib/xdrfile-$TERMUX_PKG_VERSION.tar.gz"
|
|
TERMUX_PKG_SHA256=e3c587c5ff24441a092fe2f3bc1dc03667bf126558f437161e779bfbcce48022
|
|
|
|
# enable fortran when we have gfortran
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
--with-pic
|
|
--enable-shared
|
|
--disable-static
|
|
--disable-fortran
|
|
"
|