From 7d7df0e3ff53dd9f2bd7eef37facbe7850540412 Mon Sep 17 00:00:00 2001 From: sibel Date: Wed, 19 Jan 2011 13:44:14 +0100 Subject: gd, correction port --- test/akode/Pkgfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/akode/Pkgfile (limited to 'test/akode/Pkgfile') diff --git a/test/akode/Pkgfile b/test/akode/Pkgfile new file mode 100644 index 000000000..ac3d90ba5 --- /dev/null +++ b/test/akode/Pkgfile @@ -0,0 +1,22 @@ +# Description: Librairie audio pour KDE4 +# URL: http://carewolf.com/akode/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: alsa-lib, libmad +# Run on: alsa-lib,libmad + +name=akode +version=2.0.2 +release=2 +source=(http://www.kde-apps.org/CONTENT/content-files/30375-akode-$version.tar.bz2 \ + http://nutyx.meticul.eu/files/patchs/$name/gcc43.patch) +build() { + cd $name-$version + patch -Np0 -i ../gcc43.patch + ./configure --prefix=/usr \ + --without-flac \ + --without-ffmpeg + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-70-g09d2