BePhoneBook [recipe] (#3354)

libsanta and unknown licenses.
This commit is contained in:
Bach Nguyen
2019-11-06 06:40:52 -06:00
committed by Jérôme Duval
parent d107d67d08
commit 6b2cde482d
2 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
SUMMARY="A phone book manager"
DESCRIPTION="BePhoneBook is a colorful phonebook made to help you stay \
organized with your family's or friends' phone numbers."
HOMEPAGE="https://github.com/HaikuArchives/BePhoneBook"
COPYRIGHT="1999 Michael Melloff
1999 Fabien Fulhaber"
LICENSE="libsanta
Unknown"
REVISION="1"
srcGitRev="666d1cf3ea715f20455576664823c8ff85b4eec0"
SOURCE_URI="https://github.com/HaikuArchives/bephonebook/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="6f72547575dfeb5850aaba6d714d167bd046ba2858a5fb818688d67a39dd1995"
SOURCE_FILENAME="BePhoneBook-$portVersion-$srcGitRev.tar.gz"
SOURCE_DIR="BePhoneBook-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86_64"
PROVIDES="
bephonebook = $portVersion
app:BePhoneBook = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
cmd:make
"
BUILD()
{
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
mkdir -p $appsDir
mkdir -p $appsDir/BePhoneBook
cp objects/BePhoneBook $appsDir/BePhoneBook
cp -r Skins $appsDir/BePhoneBook
cp -r Doc $appsDir/BePhoneBook
cp Source/about.jpg $appsDir/BePhoneBook
addAppDeskbarSymlink $appsDir/BePhoneBook/BePhoneBook
}

View File

@@ -0,0 +1,12 @@
*** LICENSE ***
[source file], its associated classes and source code, and the other components of Santa's Gift Bag are
being made publicly available and free to use in freeware and shareware products with a price under $25
(I believe that shareware should be cheap). For overpriced shareware (hehehe) or commercial products,
please contact me to negotiate a fee for use. After all, I did work hard on this class and invested a lot
of time into it. That being said, DON'T WORRY I don't want much. It totally depends on the sort of project
you're working on and how much you expect to make off it. If someone makes money off my work, I'd like to
get at least a little something. If any of the components of Santa's Gift Bag are is used in a shareware
or commercial product, I get a free copy. The source is made available so that you can improve and extend
it as you need. In general it is best to customize your [source file] through inheritance, so that you
can take advantage of enhancements and bug fixes as they become available. Feel free to distribute the
[source file] source, including modified versions, but keep this documentation and license with it.