osdlyrics fix

This commit is contained in:
microcai 2012-08-26 14:26:04 +08:00
parent d9c6e66d4c
commit 90dc1f72bd
2 changed files with 7 additions and 3 deletions

View File

@ -6,10 +6,12 @@ EAPI="4"
TAR_SUFFIX=tar.gz
inherit eutils autotools googlecode
inherit eutils autotools
HOMEPAGE="http://code.google.com/p/osd-lyrics/"
DESCRIPTION="An OSD lyric show supporting multiple media players and downloading."
SRC_URI="http://${PN}.googlecode.com/files/${P}.${TAR_SUFFIX}"
SRC_URI="http://osd-lyrics.googlecode.com/files/${P}.${TAR_SUFFIX}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"

View File

@ -4,7 +4,9 @@
EAPI="3"
inherit eutils autotools googlecode versionator git
inherit eutils autotools versionator git
HOMEPAGE="http://code.google.com/p/osd-lyrics/"
DESCRIPTION="An OSD lyric show supporting multiple media players and downloading."
EGIT_REPO_URI="git://github.com/osdlyrics/${PN}.git"