Sanity: add SanityTranslator

This commit is contained in:
Sergei Reznikov
2015-11-14 13:42:21 +03:00
parent 9a97705d4d
commit 171eb143e8

View File

@@ -3,10 +3,10 @@ DESCRIPTION="A graphical Haiku scanner application, using SANE."
HOMEPAGE="http://philippe.houdoin.free.fr/phil/beos/sanity/index-en.html"
COPYRIGHT="2001-2004, Philippe Houdoin"
LICENSE="MIT"
SOURCE_URI="git+https://github.com/phoudoin/sanity.git#82a4ba3"
SOURCE_URI="git+https://github.com/diversys/sanity.git#439dbd6"
REVISION="1"
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
ARCHITECTURES="x86_gcc2 ?x86 !x86_64"
PROVIDES="
sanity = $portVersion
@@ -26,7 +26,6 @@ BUILD_PREREQUIRES="
cmd:make
cmd:gcc
"
PATCHES="sanity-0.5a.patchset"
BUILD()
{
@@ -38,4 +37,7 @@ INSTALL()
mkdir -p $appsDir
cp -a objects/Sanity $appsDir
addAppDeskbarSymlink $appsDir/Sanity
mkdir -p $addOnsDir/Translators
ln -s $appsDir/Sanity $addOnsDir/Translators/SanityTranslator
}