mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Scooby: new recipe (#1823)
This commit is contained in:
45
mail-client/scooby/scooby-0.9.9.recipe
Normal file
45
mail-client/scooby/scooby-0.9.9.recipe
Normal file
@@ -0,0 +1,45 @@
|
||||
SUMMARY="Full featured e-mail client"
|
||||
DESCRIPTION="Scooby is an open source full featured BeOS native e-mail client."
|
||||
HOMEPAGE="https://sourceforge.net/p/scooby/"
|
||||
COPYRIGHT="Atsushi Takamatsu"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
srcGitRev="e53f65326329dd5a85fbdee640f4edefc2d043d3"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Scooby/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="29630d6ef1ff51cb463762d9bed23c8ebadac045e023c28b1ce1e8d72469384c"
|
||||
SOURCE_FILENAME="$portVersionedName.tar.gz"
|
||||
SOURCE_DIR="Scooby-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 !x86 !x86_64"
|
||||
|
||||
PROVIDES="
|
||||
scooby = $portVersion
|
||||
app:Scooby = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsanta
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsanta
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
make install TARGET_DIR=$appsDir
|
||||
|
||||
addAppDeskbarSymlink $appsDir/Scooby
|
||||
}
|
||||
Reference in New Issue
Block a user