diff options
Diffstat (limited to 'libsdl/libsdl-net_1.2.5.oe')
-rw-r--r-- | libsdl/libsdl-net_1.2.5.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libsdl/libsdl-net_1.2.5.oe b/libsdl/libsdl-net_1.2.5.oe index e3c17f6781..517879a36d 100644 --- a/libsdl/libsdl-net_1.2.5.oe +++ b/libsdl/libsdl-net_1.2.5.oe @@ -1,8 +1,8 @@ -SECTION = "NET" +DESCRIPTION = "Simple DirectMedia Layer networking library." +SECTION = "net" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc virtual/libsdl" -DESCRIPTION = "Simple DirectMedia Layer networking library." +DEPENDS = "virtual/libsdl" SRC_URI = "http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz" S = "${WORKDIR}/SDL_net-${PV}" |