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

Context Navigation

  • Back to Ticket #278

Ticket #278: libsndfile-1.0.21.bep

File libsndfile-1.0.21.bep, 967 bytes (added by michaelvoliveira, 5 years ago)

corrected license entry

Line 
1DESCRIPTION="Libsndfile is a C library for reading and writing files containing sampled sound"
2HOMEPAGE="http://www.mega-nerd.com/libsndfile"
3SRC_URI="http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.21.tar.gz"
4CHECKSUM_MD5="880a40ec636ab2185b97f8927299b292"
5REVISION="1"
6STATUS_HAIKU="stable"
7
8DEPEND="media-libs/flac >= 1.2.1
9        media-libs/libogg >= 1.2.0
10        media-libs/libvorbis >= 1.3.1"
11
12BUILD {
13        cd libsndfile-1.0.21
14        rm aclocal.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        ./configure --prefix=/boot/common
24        make
25}
26
27INSTALL {
28        cd libsndfile-1.0.21
29        make install
30}
31
32LICENSE="GNU LGPL v2.1
33                 GNU LGPL v3"
34COPYRIGHT="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/