mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
The Awesome Resizer: new recipe
This commit is contained in:
43
haiku-apps/taresizer/taresizer-3.3.recipe
Normal file
43
haiku-apps/taresizer/taresizer-3.3.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
SUMMARY="The Awesome Resizer"
|
||||
DESCRIPTION="TAResizer is a freeware application that allows quick dynamic \
|
||||
resizing of any translator supported image and much much more."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/NetPulse"
|
||||
COPYRIGHT="1999-2000 Jonathan Villemure"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
srcGitRev="9fc84791562f75e5d2bc3b2bece0057f0b86e685"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/TheAwesomeResizer/archive/$srcGitRev.zip"
|
||||
CHECKSUM_SHA256="cc6abdb9e2a4db2fed515a9368211a3d4e68a01cf5d2621498ae2fb9b70c6c30"
|
||||
SOURCE_DIR="TheAwesomeResizer-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
taresizer = $portVersion
|
||||
app:TAResizer = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd source
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp source/objects/TAResizer $appsDir/TAResizer
|
||||
addAppDeskbarSymlink $appsDir/TAResizer
|
||||
}
|
||||
Reference in New Issue
Block a user