From c4177519f119d796e82ea60e7d03cb9facb7f53c Mon Sep 17 00:00:00 2001
From: Arnaud Degroote <arnaud.degroote@isae-supaero.fr>
Date: Tue, 19 May 2015 15:18:51 +0200
Subject: [PATCH] [wip/py-jsbsim] Install all JSBSim_utils too

---
 py-jsbsim/Makefile             | 1 +
 py-jsbsim/PLIST                | 3 ++-
 py-jsbsim/files/CMakeLists.txt | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/py-jsbsim/Makefile b/py-jsbsim/Makefile
index 3c26c3cf..ec97c4e8 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 d4d02b22..9c9e84e2 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 b1b160f2..fc77b6cb 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})
 
 
-- 
GitLab