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

Context Navigation

  • Back to Ticket #577

Ticket #577: liblo-0.26.bep

File liblo-0.26.bep, 498 bytes (added by pete, 3 years ago)
Line 
1DESCRIPTION="Lightweight OSC (Open Sound Control) Implementation"
2HOMEPAGE="http://liblo.sourceforge.net/"
3SRC_URI="http://downloads.sourceforge.net/liblo/liblo-0.26.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6CHECKSUM_MD5="5351de14262560e15e7f23865293b16f"
7BUILD {
8        cd liblo-0.26
9        libtoolize --force --copy --install
10        aclocal
11        autoconf
12        ./configure --prefix=`finddir B_COMMON_DIRECTORY`  LIBS=-lnetwork
13        make
14}
15
16INSTALL {
17        cd liblo-0.26
18        make install DESTDIR="${DESTDIR}"
19}
20
21LICENSE="GNU GPL v2"

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/