mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
22 lines
451 B
Plaintext
22 lines
451 B
Plaintext
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"
|
|
CHECKSUM_MD5="82ad09c1c28e73bc9596aec47237bfba"
|
|
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
|
|
}
|