Try again... delete preliminary .bep file and fix typo in the r933 .bep

file for vision.
This commit is contained in:
Scott McCreary
2010-10-21 14:41:26 +00:00
parent 03d9db9970
commit aca0de3566
2 changed files with 1 additions and 21 deletions

View File

@@ -1,20 +0,0 @@
DESCRIPTION="Vision is an irc client for Haiku"
HOMEPAGE="http://vision.sourceforge.net/"
SRC_URI="svn://vision.svn.sourceforge.net/vision/trunk#933"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd vision-933
jam
}
INSTALL {
cd vision-933
mkdir -p ${DESTDIR}`finddir B_APPS_DIRECTORY`/Vision
cp x ${DESTDIR}`finddir B_APPS_DIRECTORY`/Vision
}
COPYRIGHT="1999-2008 The Vision Team"
LICENSE="MPL v1.1"

View File

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