summaryrefslogtreecommitdiffstats
path: root/extra/sdl_sound/Pkgfile
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-06-12 19:25:59 +0200
committerfanch <fanchyannmaria at orange dot fr>2010-06-12 19:25:59 +0200
commit4c92457cea51a419323a8559cdc8ff4f11ae38b7 (patch)
tree76333923e94a44a1217e663850c93e8cbe4fc64c /extra/sdl_sound/Pkgfile
parent4222208eac7e2dbfed7ecf7063998fd3fe7e3d04 (diff)
downloadnutyx-pakxe-4c92457cea51a419323a8559cdc8ff4f11ae38b7.tar.gz
nutyx-pakxe-4c92457cea51a419323a8559cdc8ff4f11ae38b7.tar.bz2
nutyx-pakxe-4c92457cea51a419323a8559cdc8ff4f11ae38b7.tar.xz
nutyx-pakxe-4c92457cea51a419323a8559cdc8ff4f11ae38b7.zip
ajout de sdl_sound#1.0.3-1
Diffstat (limited to 'extra/sdl_sound/Pkgfile')
-rw-r--r--extra/sdl_sound/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/sdl_sound/Pkgfile b/extra/sdl_sound/Pkgfile
new file mode 100644
index 000000000..dfb5f7fae
--- /dev/null
+++ b/extra/sdl_sound/Pkgfile
@@ -0,0 +1,24 @@
+
+# Description: librairie pour décoder les plus populaires fichiers au format .WAV et .MP3
+# URL:http://icculus.org/SDL_sound/
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: sdl, libmikmod, libvorbis, flac, speex, smpeg
+
+name=sdl_sound
+version=1.0.3
+release=1
+source=(http://icculus.org/SDL_sound/downloads/SDL_sound-$version.tar.gz
+ flac.patch)
+
+build() {
+ cd $SRC/SDL_sound-$version
+
+ CFLAGS="$CFLAGS -I/usr/include/smpeg" \
+ CXXFLAGS="$CXXFLAGS -I/usr/include/smpeg" \
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+}