the rules. sad that haiku don't have 3d acceleration still

This commit is contained in:
Michael Vinícius de Oliveira
2009-11-01 22:38:56 +00:00
parent 29974d71fb
commit b9b89e44b6
2 changed files with 104489 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
DESCRIPTION="Cal3D is a skeletal based character animation library"
HOMEPAGE="http://gna.org/projects/cal3d/"
SRC_URI="http://download.gna.org/cal3d/sources/cal3d-0.11.0.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd cal3d-0.11.0
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd cal3d-0.11.0
make install
}

File diff suppressed because it is too large Load Diff