mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
haiku-misc/Wolle: new recipe (#2125)
This commit is contained in:
committed by
fbrosson
parent
4d44455972
commit
19b02a4f35
43
haiku-misc/wolle/wolle-2.0~git.recipe
Normal file
43
haiku-misc/wolle/wolle-2.0~git.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
SUMMARY="A screensaver displaying woollen string"
|
||||
DESCRIPTION="Wolle is a screensaver which draws a woollen string over your \
|
||||
desktop."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Wolle"
|
||||
COPYRIGHT="2001-2008 Werner Freytag
|
||||
2009 Haiku"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
srcGitRev="21c02f8a85d290ae3a16da5d494a31ae19df37f6"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Wolle/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="291a7a62679c546653f2db120addd4859de05c14401de044845bb06553a666ad"
|
||||
SOURCE_FILENAME="Wolle-$portVersion-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="Wolle-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
wolle = $portVersion
|
||||
addon:Wolle = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
install -d "$addOnsDir/Screen Savers"
|
||||
install -t "$addOnsDir/Screen Savers objects/Wolle"
|
||||
}
|
||||
Reference in New Issue
Block a user