Fixed bep file for armyknife so that it handles DESTDIR correctly. Updated vision to use revision 908.

This commit is contained in:
Scott McCreary
2010-10-30 03:26:13 +00:00
parent 3a5cb2f15f
commit ad5ad4d86f
2 changed files with 26 additions and 1 deletions

View File

@@ -13,5 +13,6 @@ BUILD {
INSTALL {
cd armyknife-61
make zipfile
cp release/*.zip ../..
mkdir -p ${DESTDIR}/boot/apps
unzip release/ArmyKnife-*.zip -d ${DESTDIR}/boot/apps
}

View File

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