From 25ca7b4ae6f26b2739006555cd0647e46f16cbc7 Mon Sep 17 00:00:00 2001 From: Andrei G Date: Thu, 13 May 2010 00:59:44 +0200 Subject: multimedia/llcon: Added to 13.0 repository --- multimedia/llcon/README | 6 ++++ multimedia/llcon/llcon.SlackBuild | 75 +++++++++++++++++++++++++++++++++++++++ multimedia/llcon/llcon.info | 10 ++++++ multimedia/llcon/slack-desc | 19 ++++++++++ 4 files changed, 110 insertions(+) create mode 100644 multimedia/llcon/README create mode 100644 multimedia/llcon/llcon.SlackBuild create mode 100644 multimedia/llcon/llcon.info create mode 100644 multimedia/llcon/slack-desc (limited to 'multimedia') diff --git a/multimedia/llcon/README b/multimedia/llcon/README new file mode 100644 index 0000000000..0bf913b826 --- /dev/null +++ b/multimedia/llcon/README @@ -0,0 +1,6 @@ +The llcon software enables musicians to perform real-time jam sessions over +the internet. There is one server running the llcon server software which +collects the audio data from each llcon client software, mixes the audio +data and sends the mix back to each client. + +This requires jack. diff --git a/multimedia/llcon/llcon.SlackBuild b/multimedia/llcon/llcon.SlackBuild new file mode 100644 index 0000000000..50b8add06b --- /dev/null +++ b/multimedia/llcon/llcon.SlackBuild @@ -0,0 +1,75 @@ +#!/bin/sh + +# Slackware build script for llcon +# Written by Andrei G /dev/null || true + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null || true +) + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + README NEWS AUTHORS COPYING TODO ChangeLog INSTALL \ + $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +find $PKG/usr/doc -type f -exec chmod 0644 {} \; + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/multimedia/llcon/llcon.info b/multimedia/llcon/llcon.info new file mode 100644 index 0000000000..9376cb68fa --- /dev/null +++ b/multimedia/llcon/llcon.info @@ -0,0 +1,10 @@ +PRGNAM="llcon" +VERSION="3.0.3" +HOMEPAGE="http://sourceforge.net/apps/mediawiki/llcon/index.php?title=Main_Page" +DOWNLOAD="http://downloads.sourceforge.net/llcon/llcon-3.0.3.tar.gz" +MD5SUM="73009fd68532701dc497f2da90d292a3" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Andrei G" +EMAIL="oz@oprod.net" +APPROVED="rworkman" diff --git a/multimedia/llcon/slack-desc b/multimedia/llcon/slack-desc new file mode 100644 index 0000000000..c08f084149 --- /dev/null +++ b/multimedia/llcon/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +llcon: llcon (perform real-time jam session software) +llcon: +llcon: The llcon software enables musicians to perform real-time jam +llcon: sessions over the internet. There is one server running the llcon +llcon: server software which collects the audio data from each llcon client +llcon: software, mixes the audio data and sends the mix back to each client. +llcon: +llcon: http://sourceforge.net/apps/mediawiki/llcon/index.php?title=Main_Page +llcon: +llcon: +llcon: -- cgit v1.2.3