mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Add FontBoy recipe
This commit is contained in:
48
haiku-apps/fontboy/fontboy-0.9.7.recipe
Normal file
48
haiku-apps/fontboy/fontboy-0.9.7.recipe
Normal file
@@ -0,0 +1,48 @@
|
||||
SUMMARY="A small application to show your installed fonts in Haiku."
|
||||
DESCRIPTION="
|
||||
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. Fontboy allows you to adjust the appearence to your desired needs
|
||||
and it's fast because Haiku is.
|
||||
"
|
||||
HOMEPAGE="https://github.com/puckipedia/FontBoy"
|
||||
SRC_URI="git://github.com/puckipedia/FontBoy.git#2195924e69096a5e7a9774cfaec8fdc277045ecf"
|
||||
REVISION="1"
|
||||
LICENSE="FontBoy"
|
||||
COPYRIGHT="1999-2003 Oliver 'Madison' Kohl"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
fontboy = $portVersion
|
||||
app:fontboy = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++
|
||||
cmd:xres
|
||||
cmd:mkdepend
|
||||
cmd:make
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
USER_SETTINGS_FILES="
|
||||
settings/Fontboy_prefs
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd src
|
||||
make install INSTALL_DIR=$appsDir/
|
||||
addAppDeskbarSymlink $appsDir/FontBoy
|
||||
}
|
||||
1
haiku-apps/fontboy/licenses/FontBoy
Normal file
1
haiku-apps/fontboy/licenses/FontBoy
Normal file
@@ -0,0 +1 @@
|
||||
Feel free to copy and distribute this version of Fontboy as you want, as long as the original archive remains unchanged. In no event shall I be held liable for any damages arising from the use of this software. Be and BeOS are registered trademarks of Palm Inc. All other trademarks mentioned belong to their respective owners.
|
||||
Reference in New Issue
Block a user