<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: lrcdis 20090831 增加 Banshee 和 Exaile 0.3.x 支持</title>
	<atom:link href="http://linuxtoy.org/archives/lrcdis-20090831.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/lrcdis-20090831.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Fri, 25 May 2012 01:27:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: xiooli</title>
		<link>http://linuxtoy.org/archives/lrcdis-20090831.html#comment-123163</link>
		<dc:creator>xiooli</dc:creator>
		<pubDate>Thu, 03 Sep 2009 16:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3321#comment-123163</guid>
		<description>&lt;p&gt;晕哦， lrcdis 还整个 arch 包。。。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>晕哦， lrcdis 还整个 arch 包。。。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: GunsNRose</title>
		<link>http://linuxtoy.org/archives/lrcdis-20090831.html#comment-122909</link>
		<dc:creator>GunsNRose</dc:creator>
		<pubDate>Tue, 01 Sep 2009 09:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3321#comment-122909</guid>
		<description>&lt;p&gt;贴出来这么难看,算了,上AUR&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>贴出来这么难看,算了,上AUR</p>]]></content:encoded>
	</item>
	<item>
		<title>By: GunsNRose</title>
		<link>http://linuxtoy.org/archives/lrcdis-20090831.html#comment-122908</link>
		<dc:creator>GunsNRose</dc:creator>
		<pubDate>Tue, 01 Sep 2009 09:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3321#comment-122908</guid>
		<description>&lt;pre&gt;
# Contributor: GunsNRose
pkgname=lrcdis
pkgver=0.0.1
_pkgdate=&quot;090831&quot;
pkgrel=1
pkgdesc=&quot;lrcdis is a bash script for auto download lyrics and display it.&quot;
arch=(&#039;i686&#039;)
url=&quot;http://code.google.com/p/lrcdis&quot;
license=(&#039;GPL2&#039;)
depends=(&#039;bash&#039;)
source=(http://lrcdis.googlecode.com/files/${pkgname}.${_pkgdate}.tar.gz)

build() {
    cd $srcdir
    install -d ${pkgdir}/usr/bin
    install -m 0755 $pkgname ${pkgdir}/usr/bin/
}
md5sums=(&#039;8fe2f2245a8e1af32fac6088936ef519&#039;)
&lt;/pre&gt;

&lt;p&gt;写个PKGBUILD支持一下, 建议骨头打包的时候还是按标准方式来吧&lt;/p&gt;

&lt;pre&gt;
mkdir lrcdis-0.0.1
mv lrcdis lrcdis-0.0.1
tar -vczf lrcdis-0.0.1.tar.gz lrcdis-0.0.1
&lt;/pre&gt;

&lt;p&gt;以版本方式方便些,虽说只有一个脚本 :D&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<pre>
# Contributor: GunsNRose
pkgname=lrcdis
pkgver=0.0.1
_pkgdate="090831"
pkgrel=1
pkgdesc="lrcdis is a bash script for auto download lyrics and display it."
arch=('i686')
url="http://code.google.com/p/lrcdis"
license=('GPL2')
depends=('bash')
source=(http://lrcdis.googlecode.com/files/${pkgname}.${_pkgdate}.tar.gz)

build() {
    cd $srcdir
    install -d ${pkgdir}/usr/bin
    install -m 0755 $pkgname ${pkgdir}/usr/bin/
}
md5sums=('8fe2f2245a8e1af32fac6088936ef519')
</pre>

<p>写个PKGBUILD支持一下, 建议骨头打包的时候还是按标准方式来吧</p>

<pre>
mkdir lrcdis-0.0.1
mv lrcdis lrcdis-0.0.1
tar -vczf lrcdis-0.0.1.tar.gz lrcdis-0.0.1
</pre>

<p>以版本方式方便些,虽说只有一个脚本 :D</p>]]></content:encoded>
	</item>
	<item>
		<title>By: flyfeel</title>
		<link>http://linuxtoy.org/archives/lrcdis-20090831.html#comment-122907</link>
		<dc:creator>flyfeel</dc:creator>
		<pubDate>Tue, 01 Sep 2009 09:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3321#comment-122907</guid>
		<description>&lt;p&gt;累，用linux1g1g不就行了？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>累，用linux1g1g不就行了？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: lh</title>
		<link>http://linuxtoy.org/archives/lrcdis-20090831.html#comment-122898</link>
		<dc:creator>lh</dc:creator>
		<pubDate>Tue, 01 Sep 2009 08:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3321#comment-122898</guid>
		<description>&lt;p&gt;等支持xmms2&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>等支持xmms2</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bones7456</title>
		<link>http://linuxtoy.org/archives/lrcdis-20090831.html#comment-122892</link>
		<dc:creator>bones7456</dc:creator>
		<pubDate>Tue, 01 Sep 2009 07:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3321#comment-122892</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-122886&quot; rel=&quot;nofollow&quot;&gt;kidfruit&lt;/a&gt;: 歌词服务器可以选择 百度/搜狗/千千 ，默认为 搜狗。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-122886" rel="nofollow">kidfruit</a>: 歌词服务器可以选择 百度/搜狗/千千 ，默认为 搜狗。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: -Z</title>
		<link>http://linuxtoy.org/archives/lrcdis-20090831.html#comment-122887</link>
		<dc:creator>-Z</dc:creator>
		<pubDate>Tue, 01 Sep 2009 06:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3321#comment-122887</guid>
		<description>&lt;p&gt;懒骨头^o^&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>懒骨头^o^</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kidfruit</title>
		<link>http://linuxtoy.org/archives/lrcdis-20090831.html#comment-122886</link>
		<dc:creator>kidfruit</dc:creator>
		<pubDate>Tue, 01 Sep 2009 06:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3321#comment-122886</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-122860&quot; rel=&quot;nofollow&quot;&gt;bones7456&lt;/a&gt;: &lt;/p&gt;

&lt;p&gt;顶！不知道歌词服务器用的哪里的？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-122860" rel="nofollow">bones7456</a>: </p>

<p>顶！不知道歌词服务器用的哪里的？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: GunsNRose</title>
		<link>http://linuxtoy.org/archives/lrcdis-20090831.html#comment-122869</link>
		<dc:creator>GunsNRose</dc:creator>
		<pubDate>Tue, 01 Sep 2009 04:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3321#comment-122869</guid>
		<description>&lt;p&gt;支持骨头&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>支持骨头</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bones7456</title>
		<link>http://linuxtoy.org/archives/lrcdis-20090831.html#comment-122860</link>
		<dc:creator>bones7456</dc:creator>
		<pubDate>Tue, 01 Sep 2009 03:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3321#comment-122860</guid>
		<description>&lt;p&gt;哦。。。又上toy了，高兴哦~~&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>哦。。。又上toy了，高兴哦~~</p>]]></content:encoded>
	</item>
</channel>
</rss>

