diff --git a/haiku-apps/taresizer/taresizer-3.3.recipe b/haiku-apps/taresizer/taresizer-3.3.recipe new file mode 100644 index 000000000..abc80c773 --- /dev/null +++ b/haiku-apps/taresizer/taresizer-3.3.recipe @@ -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 +}