mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -4,7 +4,7 @@ The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided \
|
||||
basic drawing routines such as lines, circles or polygons and SDL_rotozoom \
|
||||
which implemented a interpolating rotozoomer for SDL_surfaces.
|
||||
"
|
||||
HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
|
||||
HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
|
||||
SOURCE_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="556eedc06b6cf29eb495b6d27f2dcc51bf909ad82389ba2fa7bdc4dec89059c0"
|
||||
LICENSE="Zlib"
|
||||
@@ -29,7 +29,7 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
@@ -65,7 +65,7 @@ INSTALL()
|
||||
|
||||
prepareInstalledDevelLib libSDL_gfx
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
ln -s libSDL_gfx.so.15 $libDir/libSDL_gfx.so.14
|
||||
|
||||
packageEntries devel \
|
||||
@@ -90,11 +90,11 @@ TEST()
|
||||
make
|
||||
TestABGR
|
||||
TestFonts
|
||||
TestFramerate
|
||||
TestFramerate
|
||||
TestImageFilter
|
||||
TestGfxBlit
|
||||
TestGfxPrimitives
|
||||
TestGfxTexture
|
||||
TestGfxTexture
|
||||
TestRotozoom
|
||||
TestShrink
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user