Merge remote branch 'origin/2.2' into 2.2

This commit is contained in:
Danny Rawlins 2007-03-16 22:00:46 +11:00
commit a3d642c6e1
8 changed files with 93 additions and 4 deletions

View File

@ -1,3 +1,3 @@
eb9147d26cbe18bd8fbec07f1df55aef ntp-4.2.4.tar.gz
6f381e3764eac481bed9cf7e4d508952 ntp-4.2.4p0.tar.gz
de14b18b5f2be841a9c3434012c19f6c ntp.conf
2aaeeae50b860296490b03dc5fbe1736 ntpd

View File

@ -6,7 +6,7 @@
# Depends on: openssl
name=ntp
version=4.2.4
version=4.2.4p0
release=1
source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/$name-$version.tar.gz
ntpd
@ -40,8 +40,6 @@ build () {
make DESTDIR=$PKG install
touch $PKG/var/log/ntp.log
# install -m 644 $SRC/ntp-doc/*.8 $PKG/usr/man/man8
# install -m 644 $SRC/ntp-doc/*.5 $PKG/usr/man/man5
install -m 644 $SRC/ntp.conf $PKG/etc/ntp
install -m 755 $SRC/ntpd $PKG/etc/rc.d

29
ode/.footprint Normal file
View File

@ -0,0 +1,29 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ode-config
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/ode/
-rw-r--r-- root/root usr/include/ode/collision.h
-rw-r--r-- root/root usr/include/ode/collision_space.h
-rw-r--r-- root/root usr/include/ode/collision_trimesh.h
-rw-r--r-- root/root usr/include/ode/common.h
-rw-r--r-- root/root usr/include/ode/compatibility.h
-rw-r--r-- root/root usr/include/ode/config.h
-rw-r--r-- root/root usr/include/ode/contact.h
-rw-r--r-- root/root usr/include/ode/error.h
-rw-r--r-- root/root usr/include/ode/export-dif.h
-rw-r--r-- root/root usr/include/ode/mass.h
-rw-r--r-- root/root usr/include/ode/matrix.h
-rw-r--r-- root/root usr/include/ode/memory.h
-rw-r--r-- root/root usr/include/ode/misc.h
-rw-r--r-- root/root usr/include/ode/objects.h
-rw-r--r-- root/root usr/include/ode/ode.h
-rw-r--r-- root/root usr/include/ode/odecpp.h
-rw-r--r-- root/root usr/include/ode/odecpp_collision.h
-rw-r--r-- root/root usr/include/ode/odecpp_old.h
-rw-r--r-- root/root usr/include/ode/odemath.h
-rw-r--r-- root/root usr/include/ode/rotation.h
-rw-r--r-- root/root usr/include/ode/timer.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libode.a
-rwxr-xr-x root/root usr/lib/libode.so

1
ode/.md5sum Normal file
View File

@ -0,0 +1 @@
fb7462ba0af2fbc230cb1b3f79e0acbb ode-src-0.8.zip

21
ode/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: The Open Dynamics Engine physics SDK.
# URL: http://www.ode.org/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: Aaron Marks, nymacro at gmail dot com
#
# Depends on:
name=ode
version=0.8
release=1
source=(http://dl.sourceforge.net/sourceforge/opende/ode-src-$version.zip)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
chown -R root:root $PKG
}

22
pyode/.footprint Normal file
View File

@ -0,0 +1,22 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.4/
drwxr-xr-x root/root usr/lib/python2.4/site-packages/
-rwxr-xr-x root/root usr/lib/python2.4/site-packages/ode.so
drwxr-xr-x root/root usr/lib/python2.4/site-packages/xode/
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/__init__.py
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/__init__.pyc
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/body.py
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/body.pyc
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/errors.py
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/errors.pyc
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/geom.py
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/geom.pyc
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/joint.py
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/joint.pyc
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/node.py
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/node.pyc
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/parser.py
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/parser.pyc
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/transform.py
-rw-r--r-- root/root usr/lib/python2.4/site-packages/xode/transform.pyc

1
pyode/.md5sum Normal file
View File

@ -0,0 +1 @@
ab72f3acc635371fd454978e5a97591c PyODE-1.2.0.tar.bz2

17
pyode/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Python bindings for The Open Dynamics Engine,
# URL: http://pyode.sourceforge.net/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# 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
}