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

Context Navigation

  • Back to Ticket #307

Ticket #307: libogg-1.2.0.bep

File libogg-1.2.0.bep, 398 bytes (added by michaelvoliveira, 5 years ago)

updated .bep file

Line 
1DESCRIPTION="libogg"
2HOMEPAGE="http://www.xiph.org/ogg"
3SRC_URI="http://downloads.xiph.org/releases/ogg/libogg-1.2.0.tar.gz"
4CHECKSUM_MD5="c95b73759acfc30712beef6ce4e88efa"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8BUILD {
9        cd libogg-1.2.0
10        libtoolize --force --copy --install
11        aclocal
12        autoconf
13        automake
14        ./configure --prefix=/boot/common
15        make
16}
17
18INSTALL {
19        cd libogg-1.2.0
20        make install
21}

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/