mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sumo: enable ffmpeg and python3 bindings support.
This commit is contained in:
parent
2345f32cd3
commit
ca70022ceb
1 changed files with 7 additions and 3 deletions
|
@ -1,14 +1,18 @@
|
||||||
# Template file for 'sumo'
|
# Template file for 'sumo'
|
||||||
pkgname=sumo
|
pkgname=sumo
|
||||||
version=1.5.0
|
version=1.5.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
python_version=3
|
python_version=3
|
||||||
hostmakedepends="libgdal-tools pkg-config swig python3"
|
hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"
|
||||||
makedepends="fox-devel gl2ps-devel libgdal-devel libxerces-c-devel osg-devel proj-devel"
|
makedepends="python3-devel ffmpeg-devel fox-devel gl2ps-devel libgdal-devel libxerces-c-devel osg-devel proj-devel"
|
||||||
short_desc="SUMO (Simulation of Urban MObility) and included applications"
|
short_desc="SUMO (Simulation of Urban MObility) and included applications"
|
||||||
maintainer="Warrior Graph <marques@larces.uece.br>"
|
maintainer="Warrior Graph <marques@larces.uece.br>"
|
||||||
license="EPL-2.0"
|
license="EPL-2.0"
|
||||||
homepage="https://sumo.dlr.de"
|
homepage="https://sumo.dlr.de"
|
||||||
distfiles="https://sumo.dlr.de/releases/${version}/sumo-src-${version}.tar.gz"
|
distfiles="https://sumo.dlr.de/releases/${version}/sumo-src-${version}.tar.gz"
|
||||||
checksum=dcf5339fdda0659fa44fcfd69fe3f4e03009aa9a59849624f2a3cfe72eda9f8e
|
checksum=dcf5339fdda0659fa44fcfd69fe3f4e03009aa9a59849624f2a3cfe72eda9f8e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -f ${DESTDIR}/usr/share/sumo/tools/libsumo/*.so
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue