# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rpm DESCRIPTION="LaCie LightScribe Labeler for Linux allows you to easily burn LightScribe CD/DVD's" HOMEPAGE="http://www.lacie.com/products/product.htm?pid=10803" SRC_URI="http://www.lacie.com/download/drivers/4L-$PVR.i586.rpm" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="virtual/x11 dev-libs/expat app-cdr/lightscribe-host" src_install() { dobin ${WORKDIR}/usr/bin/* insinto /usr/4L doins ${WORKDIR}/usr/4L/* fperms 0755 /usr/4L/lacie_website.sh insinto /usr/4L/templates doins ${WORKDIR}/usr/4L/templates/* insinto /usr/4L/translations doins ${WORKDIR}/usr/4L/translations/* dodoc ${WORKDIR}/usr/4L/doc/4L_User_Manual.pdf insinto /usr/share/applications doins ${FILESDIR}/lightscribe-labeler.desktop } src_unpack() { rpm_unpack ${DISTDIR}/4L-${PVR}.i586.rpm }