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

Context Navigation

  • Back to Ticket #342

Ticket #342: libmysqlclient-3.23.56.bep

File libmysqlclient-3.23.56.bep, 493 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file.. it fails at autoreconf, but builds..

Line 
1DESCRIPTION="libmysqlclient"
2HOMEPAGE="http://www.mysql.com/downloads/connector/c/"
3SRC_URI="http://archive.ubuntu.com/ubuntu/pool/universe/libm/libmysqlclient-lgpl/libmysqlclient-lgpl_3.23.56.orig.tar.gz"
4CHECKSUM_MD5="ce054e808e62a38bc658cffc0808c417"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8       
9BUILD {
10        cd libmysqlclient-3.23.56
11        libtoolize --force --copy --install
12        autoreconf -i
13        ./configure --prefix=/boot/common
14        make
15}
16
17INSTALL {
18        cd libmysqlclient-3.23.56
19        make install
20}

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/