0
0
Fork 0
haikuports/haiku-apps/fontboy/fontboy-0.9.8.recipe

51 lines
945 B
Bash
Raw Permalink Normal View History

SUMMARY="A small application to show your installed fonts"
2013-12-13 16:01:36 +00:00
DESCRIPTION="
2014-01-02 21:40:57 +00:00
Fontboy is a small application to show your installed fonts in Haiku. You can \
get additional information of the selected font and a preview of the complete \
Unicode charset.
2014-01-02 21:40:57 +00:00
"
HOMEPAGE="https://github.com/HaikuArchives/FontBoy"
2017-05-18 20:23:24 +00:00
COPYRIGHT="1999-2003 Oliver 'Madison' Kohl"
LICENSE="Artistic"
2018-09-21 11:27:23 +00:00
REVISION="1"
2017-05-18 20:23:24 +00:00
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
2018-09-21 11:27:23 +00:00
CHECKSUM_SHA256="3842fccf5fe51f014c9d1fa7bcf3e0a1470c8119e9061a6859a80579fe305b9c"
SOURCE_DIR="FontBoy-$portVersion"
2013-12-13 16:01:36 +00:00
ARCHITECTURES="all"
2013-12-13 16:01:36 +00:00
2018-08-03 11:44:22 +00:00
USER_SETTINGS_FILES="
settings/Fontboy_prefs
"
2013-12-13 16:01:36 +00:00
PROVIDES="
fontboy = $portVersion
2014-10-28 21:25:03 +00:00
app:FontBoy = $portVersion
2013-12-13 16:01:36 +00:00
"
REQUIRES="
haiku
2013-12-13 16:01:36 +00:00
"
2017-05-18 20:23:24 +00:00
2018-08-03 11:44:22 +00:00
BUILD_REQUIRES="
haiku_devel
"
2013-12-13 16:01:36 +00:00
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
cmd:make
2018-08-09 09:26:07 +00:00
cmd:xres
2013-12-13 16:01:36 +00:00
"
BUILD()
{
cd src
2015-01-28 10:20:03 +00:00
make $jobArgs
2013-12-13 16:01:36 +00:00
}
INSTALL()
{
cd src
make install INSTALL_DIR=$appsDir/
addAppDeskbarSymlink $appsDir/FontBoy
}