mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
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:
@@ -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 {
|
||||
|
||||
20
sys-libs/readline/readline-6.0.bep
Normal file
20
sys-libs/readline/readline-6.0.bep
Normal 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
|
||||
}
|
||||
5
sys-libs/readline/readline.OptionalPackageDescription
Normal file
5
sys-libs/readline/readline.OptionalPackageDescription
Normal 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
|
||||
Reference in New Issue
Block a user