librttopo: add missing Autotools deps (#31252)
This commit is contained in:
parent
c533612ab6
commit
1375b1975b
@ -13,12 +13,18 @@ class Librttopo(AutotoolsPackage):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
homepage = "https://git.osgeo.org/gitea/rttopo"
|
homepage = "https://git.osgeo.org/gitea/rttopo"
|
||||||
git = "https://git.osgeo.org/gitea/rttopo/librttopo.git"
|
url = "https://git.osgeo.org/gitea/rttopo/librttopo/archive/librttopo-1.1.0.tar.gz"
|
||||||
|
git = "https://git.osgeo.org/gitea/rttopo/librttopo.git"
|
||||||
|
|
||||||
version('1.1.0', tag='librttopo-1.1.0')
|
version('1.1.0', sha256='2e2fcabb48193a712a6c76ac9a9be2a53f82e32f91a2bc834d9f1b4fa9cd879f')
|
||||||
|
|
||||||
depends_on('geos')
|
depends_on('geos')
|
||||||
|
|
||||||
|
depends_on('autoconf', type='build')
|
||||||
|
depends_on('automake', type='build')
|
||||||
|
depends_on('libtool', type='build')
|
||||||
|
depends_on('m4', type='build')
|
||||||
|
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
bash = which('bash')
|
bash = which('bash')
|
||||||
bash('./autogen.sh')
|
bash('./autogen.sh')
|
||||||
|
Loading…
Reference in New Issue
Block a user