mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Merged in TwoFx/haikuports/bookmarkconverter (pull request #445)
Add bookmarkconverter recipe
This commit is contained in:
50
haiku-apps/bookmarkconverter/bookmarkconverter-0.4.3.recipe
Normal file
50
haiku-apps/bookmarkconverter/bookmarkconverter-0.4.3.recipe
Normal file
@@ -0,0 +1,50 @@
|
||||
SUMMARY="A tool to convert browser bookmarks"
|
||||
DESCRIPTION="This tool converts bookmarks between QupZilla and WebPositive. \
|
||||
It can also convert WebPositive bookmarks to HTML and Chrome as intermediate \
|
||||
formats."
|
||||
|
||||
HOMEPAGE="http://github.com/HaikuArchives/BookmarkConverter"
|
||||
|
||||
gitRevision="9f80b05d0afd07fb732f352b92a3e831077d005a"
|
||||
SRC_URI="https://github.com/HaikuArchives/BookmarkConverter/archive/$gitRevision.zip"
|
||||
CHECKSUM_SHA256="fcd74f4f71f9f399b6c5bf824486a898ad99aeef237e674da7c0928d3cafce1e"
|
||||
SOURCE_DIR="BookmarkConverter-$gitRevision"
|
||||
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="
|
||||
2015 Markus Himmel
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?ppc"
|
||||
|
||||
PROVIDES="
|
||||
bookmarkconverter = $portVersion
|
||||
cmd:bookmarkconverter = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
makefile_engine
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p bin
|
||||
make TARGET_DIR=bin
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $binDir
|
||||
cp bin/bookmarkconverter $binDir/bookmarkconverter
|
||||
}
|
||||
Reference in New Issue
Block a user