Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
need some help with the lyrc ebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Jeedo
Apprentice
Apprentice


Joined: 02 May 2003
Posts: 202
Location: Akureyri, Iceland

PostPosted: Fri Aug 15, 2003 10:40 pm    Post subject: need some help with the lyrc ebuild Reply with quote

hello, im making a ebuild for the first time and having some problems the file is binary only and basically i wannt to open the tgz file, and move the lyrc.so into the output of:
Code:

xmms-config --visualization-plugin-dir


I've been trying to use code from some other binary only ebuilds but things just dont work, i cant even debug it because i always get some stupid errors i cant figure out.


The code so far
Code:

IUSE=""
S="${WORKDIR}/${P}"
DESCRIPTION="A plugin for XMMS that displays the lyrics of the currently playing song"
HOMEPAGE="http://www.lyrc.com.ar/en/"
SRC_URL="http://www.lyrc.com.ar/en/down/${P}-linux-0.1.tgz

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 -*"

DEPEND="media-sound/xmms"

src_compile() {
    einfo ""
    einfo "This is a binary-only package, sadly"
    einfo "No files to compile."
    einfo ""
    einfo "I have spoken with the author and persuaded him to make the project free software"
    einfo "so the next version will be avalible for all archs :)"
}

src_install() {
    cd ${S}

    #dodir `xmms-config --visualization-plugin-dir`
    dodir /usr/lib/xmms/Visualization

}

pkg_postinst() {
    einfo ""
    einfo "There are some known bug like lyrics not updating"
    einfo "when songs are changed or doing so randomly"
    einfo ""
    einfo "hope you enjoy this relese"
    einfo ""
}
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum