mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
De-lint recipes
* libmikmod Re-ordered blocks * libmodplug Don't start SUMMARY with app name Re-ordered blocks * librecad Don't start SUMMARY with app name Re-ordered blocks * libsvgtiny Don't start SUMMARY with app name Re-ordered blocks * libwalter Don't start SUMMARY with app name Re-ordered blocks * libwapcaplet Don't start SUMMARY with app name Re-ordered blocks * libxau Improved SUMMARY and DESCRIPTION Re-ordered blocks * links Improved SUMMARY and DESCRIPTION Re-ordered blocks * lynx Don't start SUMMARY with app name Re-ordered blocks
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
SUMMARY="LibreCAD is a 2D CAD drawing tool"
|
||||
SUMMARY="A 2D CAD drawing tool"
|
||||
DESCRIPTION="LibreCAD is a 2D CAD drawing tool based on the community edition \
|
||||
of QCAD (http://www.qcad.org).
|
||||
|
||||
LibreCAD has been re-structured, ported to new Qt versions and works natively \
|
||||
cross platform between OS X, Windows, Linux and Haiku."
|
||||
HOMEPAGE="http://librecad.org"
|
||||
SOURCE_URI="git+https://github.com/LibreCAD/LibreCAD#fc30396"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2015 LibreCAD"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/LibreCAD/LibreCAD#fc30396"
|
||||
PATCHES="librecad_x86-2.0.7.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -18,7 +19,6 @@ PROVIDES="
|
||||
app:LibreCAD$secondaryArchSuffix = $portVersion
|
||||
cmd:ttf2lff$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
libqt4$secondaryArchSuffix >= 4.8.0
|
||||
@@ -26,21 +26,18 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:qmake$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
libqt4${secondaryArchSuffix}_devel >= 4.8.0
|
||||
boost${secondaryArchSuffix}_devel
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="librecad_x86-2.0.7.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
qmake
|
||||
|
||||
Reference in New Issue
Block a user