Fixed sdl_net recipe.

This commit is contained in:
Scott McCreary
2013-10-13 02:50:08 -07:00
parent 474d6b724a
commit b49430524d

View File

@@ -1,5 +1,5 @@
SUMMARY="This is a small simple cross-platform networking library for SDL"
DESCRIPTION="Simple Direct Media Layer Net Library"
SUMMARY="Simple Direct Media Layer Net Library"
DESCRIPTION="This is a small simple cross-platform networking library for SDL"
HOMEPAGE="http://www.libsdl.org/projects/SDL_net"
SRC_URI="http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.8.tar.gz"
CHECKSUM_MD5="20e64e61d65662db66c379034f11f718"
@@ -49,10 +49,10 @@ INSTALL()
{
make install
fixPkgconfig
prepareInstalledDevelLib libSDL_net
prepareInstalledDevelLib libSDL_net
fixPkgconfig
packageEntries devel \
$developDir
}