貌似这个东西很久没有更新了。源里面是0.2.10版本。
还有些了个补丁,把配置文件转移到.config目录下了。
不喜欢所有配置文件都在home一级目录下。
代码:
# Contributor: lh <jarryson@gmail.com>
pkgname=gsopcast
pkgver=0.3.1
pkgrel=1
pkgdesc="A GTK front-end of p2p TV sopcast"
arch=('i686' 'x86_64')
url="http://lianwei3.googlepages.com/home2"
license="GPL"
arch=('i686')
makedepends=('pkgconfig' 'gnome-common')
depends=('sopcast' 'gtk2' 'cairo' 'alsa-lib')
source=(gsopcast.desktop gsopcast.png gsopcast-move-configfile.patch)
build() {
cd $startdir/src
echo "svn checkout ..."
svn checkout http://gsopcast.googlecode.com/svn/trunk/ gsopcast
cd $startdir/src/$pkgname
patch -NRp0 < ../gsopcast-move-configfile.patch
./autogen.sh
./configure --prefix=/usr
make || return 1
make DESTDIR="$startdir/pkg" install
chmod a+x $$startdir/pkg/usr/bin/gsopcast
install -D $startdir/src/gsopcast.desktop $startdir/pkg/usr/share/applications/gsopcast.desktop
install -D $startdir/src/gsopcast.png $startdir/pkg/usr/share/pixmaps/gsopcast.png
}
# vim:set ts=2 sw=2 et:
打包文件见附件。
上传的附件
gsopcast.tar.bz2 (10.0 KB, 无 次查看)
最新评论
31 周 6 天 前
33 周 1 天 前
1 年 10 周 前
3 年 34 周 前
3 年 36 周 前
3 年 36 周 前
3 年 36 周 前
3 年 36 周 前
3 年 37 周 前