diff options
Diffstat (limited to 'libsdl')
-rw-r--r-- | libsdl/libsdl-image_1.2.3.oe | 12 | ||||
-rw-r--r-- | libsdl/libsdl-mixer_1.2.5.oe | 12 | ||||
-rw-r--r-- | libsdl/libsdl-net_1.2.5.oe | 12 | ||||
-rw-r--r-- | libsdl/libsdl-qpe_1.2.7.oe | 16 | ||||
-rw-r--r-- | libsdl/libsdl-ttf_2.0.3.oe | 12 |
5 files changed, 32 insertions, 32 deletions
diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe index 7baf99179e..bf3894a546 100644 --- a/libsdl/libsdl-image_1.2.3.oe +++ b/libsdl/libsdl-image_1.2.3.oe @@ -1,11 +1,11 @@ -SECTION="NET" -PRIORITY="optional" -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 libjpeg62 libpng3 zlib1g libsdl -DEPENDS=virtual/libc base/zlib base/libpng base/jpeg virtual/libsdl +SECTION = "NET" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 libjpeg62 libpng3 zlib1g libsdl" +DEPENDS = "virtual/libc base/zlib base/libpng base/jpeg virtual/libsdl" SRC_URI=http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz -S = ${WORKDIR}/SDL_image-${PV} +S = "${WORKDIR}/SDL_image-${PV}" inherit autotools libtool diff --git a/libsdl/libsdl-mixer_1.2.5.oe b/libsdl/libsdl-mixer_1.2.5.oe index 47f80f9cf0..a24af885f2 100644 --- a/libsdl/libsdl-mixer_1.2.5.oe +++ b/libsdl/libsdl-mixer_1.2.5.oe @@ -1,11 +1,11 @@ -SECTION="NET" -PRIORITY="optional" -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 libsdl -DEPENDS=virtual/libc virtual/libsdl +SECTION = "NET" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 libsdl" +DEPENDS = "virtual/libc virtual/libsdl" SRC_URI=http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz -S = ${WORKDIR}/SDL_mixer-${PV} +S = "${WORKDIR}/SDL_mixer-${PV}" inherit autotools libtool diff --git a/libsdl/libsdl-net_1.2.5.oe b/libsdl/libsdl-net_1.2.5.oe index eda24d4dc1..510aacc8c6 100644 --- a/libsdl/libsdl-net_1.2.5.oe +++ b/libsdl/libsdl-net_1.2.5.oe @@ -1,11 +1,11 @@ -SECTION="NET" -PRIORITY="optional" -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 libsdl -DEPENDS=virtual/libc virtual/libsdl +SECTION = "NET" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 libsdl" +DEPENDS = "virtual/libc virtual/libsdl" SRC_URI=http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz -S = ${WORKDIR}/SDL_net-${PV} +S = "${WORKDIR}/SDL_net-${PV}" inherit autotools libtool diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe index 0715daeecb..d805f8a333 100644 --- a/libsdl/libsdl-qpe_1.2.7.oe +++ b/libsdl/libsdl-qpe_1.2.7.oe @@ -1,14 +1,14 @@ -DESCRIPTION="Simple DirectMedia Layer - QtE-based Palmtop Environments Edition" -SECTION=libs -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 libqpe1 -DEPENDS=virtual/libc virtual/libqpe -PROVIDES=virtual/libsdl +DESCRIPTION = "Simple DirectMedia Layer - QtE-based Palmtop Environments Edition" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 libqpe1" +DEPENDS = "virtual/libc virtual/libqpe" +PROVIDES = "virtual/libsdl" SRC_URI = http://www.libsdl.org/release/SDL-1.2.7.tar.gz \ file://${FILESDIR}/agawa-piro-mickey.patch;patch=1 -S = ${WORKDIR}/SDL-${PV} +S = "${WORKDIR}/SDL-${PV}" inherit autotools libtool diff --git a/libsdl/libsdl-ttf_2.0.3.oe b/libsdl/libsdl-ttf_2.0.3.oe index d272cb7cd0..6e755e26be 100644 --- a/libsdl/libsdl-ttf_2.0.3.oe +++ b/libsdl/libsdl-ttf_2.0.3.oe @@ -1,12 +1,12 @@ -SECTION="NET" -PRIORITY="optional" -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 libsdl freetype -DEPENDS=virtual/libc virtual/libsdl freetype +SECTION = "NET" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 libsdl freetype" +DEPENDS = "virtual/libc virtual/libsdl freetype" SRC_URI = http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ file://${FILESDIR}/new-freetype-includes.patch;patch=1 -S = ${WORKDIR}/SDL_ttf-${PV} +S = "${WORKDIR}/SDL_ttf-${PV}" inherit autotools libtool |