mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Bep + patch for flam3 v3.0 (brings multithread support).
Builds on both gcc4 and gcc2.
This commit is contained in:
28
media-gfx/flam3/flam3-3.0.bep
Normal file
28
media-gfx/flam3/flam3-3.0.bep
Normal file
@@ -0,0 +1,28 @@
|
||||
DESCRIPTION="Flam3 - Tools and a library for creating flame fractal images"
|
||||
HOMEPAGE="http://flam3.com/"
|
||||
SRC_URI="http://flam3.googlecode.com/files/flam3-3.0.tar.gz"
|
||||
CHECKSUM_MD5="0526e476338327f718d76e6f48ddc090"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
|
||||
DEPEND="dev-util/pkconfig >= 0.23"
|
||||
|
||||
BUILD {
|
||||
cd flam3-3.0/src
|
||||
if [ -n "$(setgcc | grep '2')" ]; then
|
||||
echo "Patching Makefile.am to support gcc2..."
|
||||
sed -i "s/-std=gnu99 //" Makefile.am
|
||||
fi
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd flam3-3.0/src
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1992-2009 Spotworks LLC"
|
||||
Reference in New Issue
Block a user