mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Fixed the .bep and .patch files for jed so that they work now.
This commit is contained in:
@@ -3,21 +3,25 @@ HOMEPAGE="http://www.jedsoft.org/jed/"
|
||||
SRC_URI="ftp://space.mit.edu/pub/davis/jed/v0.99/jed-0.99-19.tar.bz2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="ncurses >= 5.7"
|
||||
DEPEND="ncurses >= 5.7
|
||||
slang >= 2.2.2"
|
||||
CHECKSUM_MD5="c9b2f58a3defc6f61faa1ce7d6d629ea"
|
||||
BUILD {
|
||||
cd jed-0.99-19
|
||||
cd autoconf
|
||||
cp /boot/common/share/libtool/config/config.guess .
|
||||
cd ..
|
||||
./configure --prefix=/boot/common LIBS="-lnetwork"
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` LIBS="-lnetwork" JED_ROOT=`finddir B_COMMON_LIB_DIRECTORY`/jed
|
||||
make clean
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd jed-0.99-19
|
||||
make install
|
||||
touch src/objs/xjed
|
||||
make install DESTDIR=${DESTDIR}
|
||||
rm ${DESTDIR}/`finddir B_COMMON_DIRECTORY`/bin/xjed
|
||||
}
|
||||
LICENSE="GNU GPL v2"
|
||||
#COPYRIGHT=""
|
||||
COPYRIGHT="1992, 1998-2009 John E. Davis"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user