2011-05-11 00:52:17 +08:00
|
|
|
#
|
|
|
|
# Apps Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
|
|
|
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
|
|
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
|
|
# Maintainer: Neo Kolokotronis <tetris4@gmail.com>
|
|
|
|
|
|
|
|
# include global config
|
|
|
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
|
|
|
|
|
|
pkgname=sopcast
|
|
|
|
pkgver=3.2.6
|
2011-05-21 23:53:04 +08:00
|
|
|
pkgrel=2
|
2011-05-11 00:52:17 +08:00
|
|
|
pkgdesc="The Streaming Direct Broadcast System based on P2P"
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url="http://www.sopcast.org"
|
|
|
|
license=('custom')
|
|
|
|
depends=('libstdc++5')
|
|
|
|
[ "${CARCH}" == "x86_64" ] && depends=('lib32-libstdc++5')
|
|
|
|
source=(http://download.sopcast.com/download/sp-auth.tgz license)
|
|
|
|
md5sums=('db931c9237fc93756dab7284800fa43f'
|
|
|
|
'44ecefd6a3681879a9d84d7044570fcb')
|
|
|
|
install=sopcast.install
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -D -m755 sp-auth/sp-sc-auth $pkgdir/usr/bin/sp-sc-auth
|
|
|
|
ln -s sp-sc-auth $pkgdir/usr/bin/sopcast
|
|
|
|
ln -s sp-sc-auth $pkgdir/usr/bin/sp-sc
|
|
|
|
install -D license $pkgdir/usr/share/licenses/sopcast/COPYING
|
2011-05-21 23:53:04 +08:00
|
|
|
}
|