mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
24 lines
564 B
Plaintext
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"
|