mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Sanity: add SanityTranslator
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user