HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #601

Ticket #601: ginac-1.6.2.bep

File ginac-1.6.2.bep, 745 bytes (added by cipri, 3 years ago)
Line 
1DESCRIPTION="GiNaC is a C++ library. It has been developed to become a replacement engine for xloops which in the past was powered by the Maple CAS."
2HOMEPAGE="http://www.ginac.de/"
3SRC_URI="http://www.ginac.de/ginac-1.6.2.tar.bz2"
4CHECKSUM_MD5="4cfdd286ab0c32981ec1c9c779e87eb9"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="cln >= 1.3.2 pkg-config >= 0.25 autoconf >= 2.68 libtool >= 2.4.2 automake >= 1.11.1  bison >= 2.3 flex >= 2.5.33 readline >= 6.2 doxygen texinfo"
8MESSAGE="This port only builds with gcc4."
9BUILD {
10        cd ginac-1.6.2
11        autoreconf -i
12        ./configure     --prefix=`finddir B_COMMON_DIRECTORY`
13        make
14}
15
16INSTALL {
17        cd ginac-1.6.2
18        make install
19}
20
21LICENSE="GNU GPL v2"
22COPYRIGHT="Johannes Gutenberg University Mainz, Germany 1999-2011"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/