Files
haikuports/haiku-apps/keymapswitcher/keymapswitcher-1.2.7.11.recipe
2017-12-06 20:59:42 +03:00

54 lines
1.5 KiB
Bash

SUMMARY="Easy to use Keymap Switcher for Haiku"
DESCRIPTION="This is a keymap switcher for Haiku. It is very similar to what \
you used to have in windows to change the keymap with hotkeys, but has some \
additional features (and lacks some, for sure)."
HOMEPAGE="https://github.com/HaikuArchives/KeymapSwitcher"
COPYRIGHT="
1999-2003 Stas Maximov
2003-2013 Siarzhuk Zharski
"
LICENSE="BSD (4-clause)"
REVISION="4"
commit="799e7bc6d091c4e5141d9d260bbb500c337e5eaf"
SOURCE_URI="https://github.com/HaikuArchives/KeymapSwitcher/archive/$commit.zip"
SOURCE_DIR="KeymapSwitcher-$commit"
CHECKSUM_SHA256="608f0a2286522a6d0bc7bfd37c0c15dedad5fff87f8ed031a17d2af18f9a3b2e"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
keymapswitcher$secondaryArchSuffix = $portVersion compat >= 1.2.7
app:KeymapSwitcher = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
makefile_engine
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
cmd:sed
"
BUILD()
{
make $jobArgs BUILDHOME=/system/develop HPKG_INSTALL_DIR=$prefix
}
INSTALL()
{
# We're not interested in the package, but that target copies the
# interesting files to a well-known directory structure. Otherwise we'd have
# to find out the name of the object dir and collect everything ourselves.
# Obviously an install target would be even better.
make BUILDHOME=/boot/system/develop HPKG_INSTALL_DIR=$prefix hpkg
addPreferencesDeskbarSymlink $preferencesDir/KeymapSwitcher
}