mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
HakiDecors: add new recipe
This commit is contained in:
43
haiku-misc/hakidecors/haikidecors-0.1~git.recipe
Normal file
43
haiku-misc/hakidecors/haikidecors-0.1~git.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
SUMMARY="Haki Decarators Pack for Haiku"
|
||||
DESCRIPTION="A pack of window decoratos for Haiku"
|
||||
HOMEPAGE="https://github.com/s40in/HakiDecors"
|
||||
COPYRIGHT="2019, Sergei Sorokin (s40in)"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
srcGitRev="290228822f622207c5d53907adf94e4ca435f357"
|
||||
SOURCE_URI="https://github.com/s40in/HakiDecors/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="dac8d095f74ce5072e95704e201fc3cba9726769c25b1ef6404fa59b90ab5058"
|
||||
SOURCE_FILENAME="HakiDecors-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="HakiDecors-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
hakidecors = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
haiku_source
|
||||
devel:libfreetype
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:find
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $addOnsDir/decorators
|
||||
find Haki* -executable -type f -exec cp {} $addOnsDir/decorators \;
|
||||
}
|
||||
Reference in New Issue
Block a user