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

Context Navigation

  • Back to Ticket #307

Ticket #307: libvorbis-1.3.1.bep

File libvorbis-1.3.1.bep, 427 bytes (added by michaelvoliveira, 5 years ago)

updated .bep file

Line 
1DESCRIPTION="libvorbis"
2HOMEPAGE="http://www.xiph.org/vorbis"
3SRC_URI="http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.1.tar.gz"
4CHECKSUM_MD5="016e523fac70bdd786258a9d15fd36e9"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="dev-util/pkgconfig >= 0.23"
8BUILD {
9        cd libvorbis-1.3.1
10        libtoolize --force --copy --install
11        ./autogen.sh
12        ./configure --prefix=/boot/common
13        make
14}
15
16INSTALL {
17        cd libvorbis-1.3.1
18        make install
19}

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/