mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -3,7 +3,7 @@ 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/"
|
||||
HOMEPAGE="http://www.libsdl.org/projects/GUIlib/"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/GUIlib/src/GUIlib-1.2.1.tar.gz"
|
||||
CHECKSUM_SHA256="3b383e537238048f4712395a38b9e3c65475d1dc93413e557f1b0a39c88f68df"
|
||||
LICENSE="Public Domain"
|
||||
@@ -24,7 +24,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
@@ -56,11 +56,11 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
prepareInstalledDevelLibs libGUI \
|
||||
libGUI-1.2
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
|
||||
Reference in New Issue
Block a user