mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Add recipe for tipster
This commit is contained in:
41
haiku-apps/tipster/tipster-1.0.0.recipe
Normal file
41
haiku-apps/tipster/tipster-1.0.0.recipe
Normal file
@@ -0,0 +1,41 @@
|
||||
SUMMARY="An application to display Haiku tips"
|
||||
DESCRIPTION="Display brief but informative hints relating to interesting \
|
||||
features about haiku."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Tipster"
|
||||
COPYRIGHT="2015 Vale Tolpegin"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/DarkmatterVale/Tipster.git#48dd8093bccaffc4ce8bba71b52ebdf75654ffa3"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
tipster$secondaryArchSuffix = $portVersion
|
||||
app:tipster$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/Tipster
|
||||
cp -r Tipster/Tipster $appsDir/Tipster
|
||||
cp -r tipster-tips.txt $appsDir/Tipster
|
||||
addAppDeskbarSymlink $appsDir/Tipster/Tipster
|
||||
}
|
||||
Reference in New Issue
Block a user