diff --git a/haiku-apps/bephonebook/bephonebook-1.2.recipe b/haiku-apps/bephonebook/bephonebook-1.2.recipe new file mode 100644 index 000000000..e1b8e47d7 --- /dev/null +++ b/haiku-apps/bephonebook/bephonebook-1.2.recipe @@ -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 +} diff --git a/haiku-apps/bephonebook/licenses/libsanta b/haiku-apps/bephonebook/licenses/libsanta new file mode 100644 index 000000000..52230d243 --- /dev/null +++ b/haiku-apps/bephonebook/licenses/libsanta @@ -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.