Initial .OPD files for speex, libtheora, bladeenc and readline. Moved readline patches to patches directory and added .bep file for readline-6.0

This commit is contained in:
Scott McCreary
2009-11-26 08:00:01 +00:00
parent 7c18e81342
commit 3a7aca34de
9 changed files with 46 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
Package: libtheora
Version: 1.0
Copyright: 2002-2008 Xiph.Org Foundation and contributors.
License: Xiph
URL: http://www.xiph.org/

View File

@@ -0,0 +1,11 @@
Package: speex
Version: 1.2rc1-git-2009-09-15
Copyright: 2002-2009 Xiph.org Foundation
Copyright: 2002-2008 Jean-Marc Valin
Copyright: 2005-2007 Analog Devices Inc.
Copyright: 2005-2008 Commonwealth Scientific and Industrial Research Organisation (CSIRO)
Copyright: 1993, 2002, 2006 David Rowe
Copyright: 2003 EpicGames
Copyright: 1992-1994 Jutta Degener, Carsten Bormann
License: Speex
URL: http://www.xiph.org/

View File

@@ -0,0 +1,5 @@
Package: bladeenc
Version: 0.94.2
Copyright: 1998-2001 Tord Jansson et al.
License: GNU LGPL v2.1
URL: http://bladeenc.mp3.no/

View File

@@ -2,8 +2,6 @@ DESCRIPTION="readline"
HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
SRC_URI="ftp://ftp.cwru.edu/pub/bash/readline-5.2.tar.gz"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="untested"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {

View File

@@ -0,0 +1,20 @@
DESCRIPTION="readline"
HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
SRC_URI="ftp://ftp.cwru.edu/pub/bash/readline-6.0.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd readline-6.0
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd readline-6.0
make install
}

View File

@@ -0,0 +1,5 @@
Package: readline
Version: 6.0
Copyright: 1989-2009 Free Software Foundation, Inc.
License: GNU GPL v3
URL: http://tiswww.case.edu/php/chet/readline/rltop.html