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

Context Navigation

  • Back to Ticket #147

Ticket #147: libsamplerate-0.1.7.bep

File libsamplerate-0.1.7.bep, 954 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file. Has broken build instructions. Manually works

Line 
1DESCRIPTION="Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio"
2HOMEPAGE="http://www.mega-nerd.com/SRC"
3SRC_URI="http://www.mega-nerd.com/SRC/libsamplerate-0.1.7.tar.gz"
4CHECKSUM_MD5="ad093e60ec44f0a60de8e29983ddbc0f"
5REVISION="1"
6STATUS_HAIKU="stable"
7
8DEPEND="pkgconfig >= 0.23
9                media-libs/libsndfile >= 1.0.21"
10
11BUILD {
12        cd libsamplerate-0.1.7
13        rm aclocal.m4
14        rm acinclude.m4
15        cp /boot/common/share/aclocal/libtool.m4 M4
16        cp /boot/common/share/aclocal/ltoptions.m4 M4
17        cp /boot/common/share/aclocal/ltversion.m4 M4
18        cp /boot/common/share/aclocal/ltsugar.m4 M4
19        cp /boot/common/share/aclocal/lt~obsolete.m4 M4
20        echo "AC_CONFIG_MACRO_DIR([M4]) >> configure.in"
21        libtoolize --force --copy --install
22        aclocal -I M4
23        libtoolize --automake
24        autoheader
25        ./configure --prefix=/boot/common
26        make
27}
28
29INSTALL {
30        cd libsamplerate-0.1.7
31        make install
32}
33
34LICENSE="GNU LGPL v2.1
35                 GNU LGPL v3"
36COPYRIGHT="1999-2009 Erik de Castro Lopo"

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/