From 5773694c7396af62c3767cd1193265f0395c2d48 Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 3 Mar 2011 15:41:19 +0100 Subject: live déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/live/Pkgfile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 base/live/Pkgfile (limited to 'base/live/Pkgfile') diff --git a/base/live/Pkgfile b/base/live/Pkgfile new file mode 100644 index 000000000..fa1471caa --- /dev/null +++ b/base/live/Pkgfile @@ -0,0 +1,28 @@ +# Description: Librairies C++ pour flux multimedia (RTP/RTCP, RTSP, SIP) +# URL: http://www.live555.com/liveMedia/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: +# Run on: + +name=live +version=2010.06.22 +release=1 +source=(http://www.live555.com/liveMedia/public/${name}.$version.tar.gz) + +build() { + mkdir -p $PKG/usr/lib + + cd $name + ./genMakefiles linux + make COMPILE_OPTS="-I. -O -DSOCKLEN_T=socklen_t -I../liveMedia/include -I../groupsock/include -I../UsageEnvironment/include -I.././BasicUsageEnvironment/include" + cd .. + cp -rf $name $PKG/usr/lib + rm -rf $PKG/usr/lib/$name/{README,COPYING,Makefile*,config*,gen*} + find $PKG -iname "*.cpp" -type "f" | xargs rm -rf + find $PKG -iname "COPYING" -type "f" | xargs rm -rf + find $PKG -iname "Makefile*" -type "f" | xargs rm -rf + + chown -R root:root $PKG +} + -- cgit v1.2.3-70-g09d2