mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
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:
21
haiku-apps/bepdf/bepdf-1.1.1b2-532.bep
Normal file
21
haiku-apps/bepdf/bepdf-1.1.1b2-532.bep
Normal 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"
|
||||
@@ -11,6 +11,7 @@ BUILD {
|
||||
if [ -n "$(setgcc | grep '2')" ]; then
|
||||
cp Makefile.gcc2 Makefile
|
||||
else
|
||||
rm Makefile
|
||||
cp Makefile.gcc4 Makefile
|
||||
fi
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user