mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
BDirectConnect (aka BeDC): New recipe (#2108)
This commit is contained in:
48
haiku-apps/bdirectconnect/bdirectconnect-0.5.0~git.recipe
Normal file
48
haiku-apps/bdirectconnect/bdirectconnect-0.5.0~git.recipe
Normal file
@@ -0,0 +1,48 @@
|
||||
SUMMARY="A P2P file sharing client for the Direct Connect Protocol"
|
||||
DESCRIPTION="BDirectConnect (aka BeDC) is a BeOS file sharing client \
|
||||
compatible with the Direct Connect protocol.
|
||||
Currently only chatting works, not filesharing/downloading."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeDC"
|
||||
COPYRIGHT="2002 The BeDC team"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
srcGitRev="cf2f67fba574e934a06026c66b4f4298470716c8"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="9a4a632fa21cfd7d1b9adfca3179356d81e26308d67a0e6dcbfdd4546bb2d18c"
|
||||
SOURCE_FILENAME="BeDC-$portVersion-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="BeDC-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
bdirectconnect = $portVersion
|
||||
app:BDirectConnect = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++
|
||||
cmd:make
|
||||
"
|
||||
|
||||
defineDebugInfoPackage bdirectconnect \
|
||||
$appsDir/BDirectConnect
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
install -d $appsDir
|
||||
install -t $appsDir objects/BDirectConnect
|
||||
|
||||
addAppDeskbarSymlink $appsDir/BDirectConnect
|
||||
}
|
||||
Reference in New Issue
Block a user