mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
De-lint recipes.
This commit is contained in:
@@ -1,24 +1,23 @@
|
||||
SUMMARY="crossplatform widgetset"
|
||||
SUMMARY="A cross-platform widgetset"
|
||||
DESCRIPTION="ParaGUI is a cross-platform high-level application framework and \
|
||||
GUI (graphical user interface) library. It can be compiled on various \
|
||||
platforms (Linux, Win32, BeOS, MacOS, ...)"
|
||||
HOMEPAGE="http://www.nongnu.org/paragui/"
|
||||
REVISION="1"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2000-2004 Alexander Pipelka"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.savannah.gnu.org/releases/paragui/paragui-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5a6663d3be6819bce8a8ca0bf8a0d33c7508e28d8e9f220649cef19e9d5260c3"
|
||||
PATCHES="paragui-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
paragui$secondaryArchSuffix = $portVersion
|
||||
lib:libparagui_1.1 = 8.0.0 compat = 8
|
||||
lib:libparagui
|
||||
"
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
@@ -29,17 +28,17 @@ REQUIRES="
|
||||
lib:libpng16
|
||||
lib:libz
|
||||
lib:libsigc_1.2
|
||||
"
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
cmd:paragui_config
|
||||
devel:libparagui_1.1 = 8.0.0 compat = 8
|
||||
devel:libparagui
|
||||
"
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
paragui$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
Reference in New Issue
Block a user