|
貌似这个东西很久没有更新了。源里面是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:
复制代码
打包文件见附件。 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|