summaryrefslogtreecommitdiffstats
path: root/package/sdl_net
Commit message (Collapse)AuthorAgeFilesLines
* sdl_net: define licensegilles.talis@gmail.com2013-07-101-0/+2
| | | | | Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix package headers to comply with coding styleAlexandre Belloni2013-06-061-0/+1
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sdl_net: bump version, fix tarball nameJulien Boibessot2012-02-241-2/+3
| | | | | | | Bump version & cleanup variables setting while we are at it. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl_net: normalize package to sdl_netThomas Petazzoni2011-09-201-3/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl_net: rename back to SDL_netPeter Korsgaard2009-09-011-1/+3
| | | | | | | | | | It turns out that renaming SDL_net to sdl_net (688c388ce765984af2) isn't such a good idea, as the name is also used for the tarball filename to download. Instead go back to use SDL_net again, and simply add an sdl_net alias. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl_net: use sdl_net instead of SDL_net as make targetPeter Korsgaard2009-08-281-1/+1
| | | | | | | | | As suggested by Julien Boibessot <julien.boibessot@free.fr>. The other SDL extensions use sdl_xx, and not SDL_xx, so rename sdl_net to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard2008-10-201-1/+0
| | | | It's default now.
* sdl_net: fix install options for target and stagingHans-Christian Egtvedt2008-09-251-3/+1
| | | | | | | | | | This patch install with install-strip to the target and uses the default for installing to staging. Makes the makefile even more compact, and also more correct with using install-strip to get proper stripping of the installed library. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* SDL_net: add new package SDL_netHans-Christian Egtvedt2008-09-242-0/+28
This patch adds a new package SDL_net. SDL_net is a small, low-level, cross-platform network library, that can be used with the Simple DirectMedia Layer library (SDL). http://www.libsdl.org/projects/SDL_net/ Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>