mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Initial .bep for vision. Probably not gonna work as I haven't gotten past the cvs checkout yet.
This commit is contained in:
20
haiku-apps/vision/vision-1-cvs.bep
Normal file
20
haiku-apps/vision/vision-1-cvs.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION="Vision is an irc client for Haiku"
|
||||
HOMEPAGE="http://vision.sourceforge.net/"
|
||||
SRC_URI="cvs://:pserver:anonymous@cvs.vision.sourceforge.net:/cvsroot/vision"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
BUILD {
|
||||
cd vision-1
|
||||
jam
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd vision-1
|
||||
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"
|
||||
Reference in New Issue
Block a user