mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
Sanity: add recipe and patch for version 0.5a
This commit is contained in:
1206
haiku-apps/sanity/patches/sanity-0.5a.patchset
Normal file
1206
haiku-apps/sanity/patches/sanity-0.5a.patchset
Normal file
File diff suppressed because it is too large
Load Diff
41
haiku-apps/sanity/sanity-0.5a.recipe
Normal file
41
haiku-apps/sanity/sanity-0.5a.recipe
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
SUMMARY="A GUI frontend for SANE"
|
||||||
|
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"
|
||||||
|
REVISION="1"
|
||||||
|
|
||||||
|
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
sanity = $portVersion
|
||||||
|
app:Sanity = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES="
|
||||||
|
haiku
|
||||||
|
lib:libsane
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku_devel
|
||||||
|
devel:libsane
|
||||||
|
"
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
makefile_engine
|
||||||
|
cmd:make
|
||||||
|
cmd:gcc
|
||||||
|
"
|
||||||
|
PATCHES="sanity-0.5a.patchset"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
make $jobArgs OBJ_DIR=objects
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
mkdir -p $appsDir
|
||||||
|
cp -a objects/Sanity $appsDir
|
||||||
|
addAppDeskbarSymlink $appsDir/Sanity
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user