mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
Added initial bep file for Beam, from humdinger.
This commit is contained in:
20
haiku-apps/beam/beam-1.2alpha.bep
Normal file
20
haiku-apps/beam/beam-1.2alpha.bep
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
DESCRIPTION="An e-mail client."
|
||||||
|
HOMEPAGE="http://beam.sourceforge.net"
|
||||||
|
SRC_URI="cvs://:pserver:anonymous@beam.cvs.sourceforge.net:/cvsroot/beam/beam"
|
||||||
|
#SRC_URI="cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/beam"
|
||||||
|
REVISION="1"
|
||||||
|
STATUS_HAIKU="stable"
|
||||||
|
DEPEND=""
|
||||||
|
#CHECKSUM_MD5=""
|
||||||
|
BUILD {
|
||||||
|
cd beam-1.2alpha
|
||||||
|
jam
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL {
|
||||||
|
cd beam-1.2alpha/generated
|
||||||
|
mkdir -p ${DESTDIR}/boot/apps/Beam
|
||||||
|
cp -a distro-haiku ${DESTDIR}/boot/apps/Beam
|
||||||
|
}
|
||||||
|
LICENSE="GNU GPL v2"
|
||||||
|
COPYRIGHT="2000-2010 Oliver Tappe"
|
||||||
Reference in New Issue
Block a user