aboutsummaryrefslogtreecommitdiffstats
path: root/libsdl/libsdl-net_1.2.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libsdl/libsdl-net_1.2.5.oe')
-rw-r--r--libsdl/libsdl-net_1.2.5.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/libsdl/libsdl-net_1.2.5.oe b/libsdl/libsdl-net_1.2.5.oe
deleted file mode 100644
index 1e5f9f81c2..0000000000
--- a/libsdl/libsdl-net_1.2.5.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Simple DirectMedia Layer networking library."
-SECTION = "libs/network"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-DEPENDS = "virtual/libsdl"
-LICENSE = "LGPL"
-
-SRC_URI = "http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz"
-S = "${WORKDIR}/SDL_net-${PV}"
-
-inherit autotools
-
-do_stage() {
- oe_libinstall -so libSDL_net ${STAGING_LIBDIR}
- ln -sf libSDL_net.so ${STAGING_LIBDIR}/libSDL_net-1.2.so
- install -m 0644 SDL_net.h ${STAGING_INCDIR}/SDL/SDL_net.h
-}
-