mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
guilib, fix references to lib:libsdl (#8939)
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
SUMMARY="A simple GUI framework for SDL"
|
||||
DESCRIPTION="
|
||||
GUIlib is a very simple GUI library for SDL. It provides some general widgets \
|
||||
like button, scrollbar, and image.
|
||||
"
|
||||
DESCRIPTION="GUIlib is a very simple GUI library for SDL. It provides some general widgets \
|
||||
like button, scrollbar, and image."
|
||||
HOMEPAGE="http://www.libsdl.org/projects/GUIlib/"
|
||||
COPYRIGHT="Public Domain"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/GUIlib/src/GUIlib-1.2.1.tar.gz"
|
||||
CHECKSUM_SHA256="3b383e537238048f4712395a38b9e3c65475d1dc93413e557f1b0a39c88f68df"
|
||||
SOURCE_DIR="GUIlib-$portVersion"
|
||||
|
||||
ARCHITECTURES="?all x86_gcc2 x86"
|
||||
ARCHITECTURES="all x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
libVersion="0.0.1"
|
||||
@@ -24,7 +22,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libSDL_1.2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
@@ -38,13 +36,13 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libSDL_1.2$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:libtool
|
||||
cmd:libtool$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user