diff --git a/py-jsbsim/Makefile b/py-jsbsim/Makefile index 3c26c3cf5d2a1976d9ae905d5ed883175aa66e2c..ec97c4e8d90f9c8f773d055ed759dbac20a147cb 100644 --- a/py-jsbsim/Makefile +++ b/py-jsbsim/Makefile @@ -5,6 +5,7 @@ DISTNAME= jsbsim-${VERSION} PKGNAME= ${PKGTAG.python}-jsbsim-${VERSION} VERSION= 20150424 +PKGREVISION= 1 CATEGORIES= simulation FETCH_METHOD= cvs diff --git a/py-jsbsim/PLIST b/py-jsbsim/PLIST index d4d02b22cec8ce9f8c8e40a8687b4292047cc278..9c9e84e2066e3bf0322c99a7bc366a5320fe7a08 100644 --- a/py-jsbsim/PLIST +++ b/py-jsbsim/PLIST @@ -1,2 +1,3 @@ -@comment Mon Apr 27 15:42:26 CEST 2015 +@comment Tue May 19 15:17:01 CEST 2015 +${PYTHON_SITELIB}/JSBSim_utils.py ${PYTHON_SITELIB}/jsbsim.so diff --git a/py-jsbsim/files/CMakeLists.txt b/py-jsbsim/files/CMakeLists.txt index b1b160f22c7d80074ace54e67fe42c7d0e953b34..fc77b6cb23efe727338345d58efcd50b0474432f 100644 --- a/py-jsbsim/files/CMakeLists.txt +++ b/py-jsbsim/files/CMakeLists.txt @@ -14,5 +14,6 @@ cython_add_module(jsbsim jsbsim.pyx) target_link_libraries(jsbsim ${JSBSIM_LIBRARY}) INSTALL(TARGETS jsbsim DESTINATION ${PYTHON_INSTDIR}) +INSTALL(FILES JSBSim_utils.py DESTINATION ${PYTHON_INSTDIR})