Initial .bep for bepdf, marked as broken for now as subversion isn't able to check out bepdf's svn repo yet.

Updated vision's .bep so that it builds gcc2 or gcc4 depending on how setgcc is set prior to building it.
Updated the optionalpackages .bep once again to add some -y options for building the GPL/LGPL sources.
This commit is contained in:
Scott McCreary
2010-10-21 22:27:46 +00:00
parent 6e39c9edd7
commit 4c98377a12
3 changed files with 39 additions and 15 deletions

View File

@@ -0,0 +1,21 @@
DESCRIPTION="BePDF is a PDF viewer for the BeOS, Haiku & Zeta"
HOMEPAGE="http://bepdf.sourceforge.net/"
SRC_URI="svn+http://bepdf.svn.sourceforge.net/svnroot/bepdf#532"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
cd bepdf-1.1.1b2-532
make
}
INSTALL {
cd bepdf-1.1.1b2-532
make
}
COPYRIGHT="1997 Benoit Triquet
1999-2000 Hubert Figuiere
2000-2010 Michael Pfeiffer"
LICENSE="GNU GPL v2"

View File

@@ -11,6 +11,7 @@ BUILD {
if [ -n "$(setgcc | grep '2')" ]; then
cp Makefile.gcc2 Makefile
else
rm Makefile
cp Makefile.gcc4 Makefile
fi
make