Files
haikuports/haiku-apps/beshare/beshare-4.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

21 lines
294 B
Plaintext

DESCRIPTION="Beshare"
HOMEPAGE="http://dev.osdrawer.net/projects/beshare/"
SRC_URI="svn+http://svn.osdrawer.net/beshare"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="muscle >= 4.63"
#CHECKSUM_MD5=""
BUILD()
{
cd beshare-4/source
make
}
INSTALL()
{
cd beshare-4
}
#LICENSE=""
#COPYRIGHT=""