Files
haikuports/media-libs/vigra/vigra-1.8.0.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

24 lines
564 B
Plaintext

DESCRIPTION="C++ computer vision library with emphasize on customizable algorithms and data structures. "
HOMEPAGE="http://hci.iwr.uni-heidelberg.de/vigra/"
SRC_URI="http://hci.iwr.uni-heidelberg.de/vigra/vigra-1.8.0-src.tar.gz"
CHECKSUM_MD5="15c5544448e529ee60020758ab6be264"
REVISION="1"
STATUS_HAIKU="stable"
MESSAGE="The port only builds with gcc4. Use 'setgcc gcc4' before building."
DEPEND="cmake"
BUILD()
{
cd vigra-1.8.0
cmake CMakelists.txt
make
}
INSTALL()
{
cd vigra-1.8.0
make install
}
LICENSE="MIT"
COPYRIGHT="1998-2010 by Ullrich Koethe"