diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2008-04-23 05:06:00 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2008-04-23 05:06:00 +1000 |
commit | 8a03422c86bafa9d9f21e291a305962fe0a8a360 (patch) | |
tree | f3c3daa3201c8e968cdcd975d0464e0616fc9be5 /pyode | |
parent | 831bc8932eb52f01823afb7c754025540b9595f0 (diff) | |
download | contrib-8a03422c86bafa9d9f21e291a305962fe0a8a360.tar.gz contrib-8a03422c86bafa9d9f21e291a305962fe0a8a360.tar.xz |
unmaintained ports droped
droped ports can be fetched from git if need be
Diffstat (limited to 'pyode')
-rw-r--r-- | pyode/Pkgfile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/pyode/Pkgfile b/pyode/Pkgfile deleted file mode 100644 index 3af209f3c..000000000 --- a/pyode/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: Python bindings for The Open Dynamics Engine, -# URL: http://pyode.sourceforge.net/ -# Maintainer: unmaintained -# Packager: James Mills, prologic at shortcircuit dot net dot au -# -# Depends on: ode - -name=pyode -version=1.2.0 -release=1 -source=(http://dl.sourceforge.net/sourceforge/$name/PyODE-$version.tar.bz2) - -build() { - cd PyODE-$version - python setup.py install --root=$PKG - chown -R root:root $PKG -} |