diff options
author | sibel <lesibel@free.fr> | 2011-03-03 15:41:19 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 15:41:19 +0100 |
commit | 5773694c7396af62c3767cd1193265f0395c2d48 (patch) | |
tree | eba30217236b0bff50421b9f44ce6120b8d05301 /extra/live/Pkgfile | |
parent | ac1d94db525fddbd161334d8a0006bfca0ac5518 (diff) | |
download | nutyx-pakxe-5773694c7396af62c3767cd1193265f0395c2d48.tar.gz nutyx-pakxe-5773694c7396af62c3767cd1193265f0395c2d48.tar.bz2 nutyx-pakxe-5773694c7396af62c3767cd1193265f0395c2d48.tar.xz nutyx-pakxe-5773694c7396af62c3767cd1193265f0395c2d48.zip |
live déplacé dans base
Diffstat (limited to 'extra/live/Pkgfile')
-rw-r--r-- | extra/live/Pkgfile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/live/Pkgfile b/extra/live/Pkgfile deleted file mode 100644 index fa1471caa..000000000 --- a/extra/live/Pkgfile +++ /dev/null @@ -1,28 +0,0 @@ -# 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 -} - |