app-cdr/lightscribe-lacie: Repoman Cleanup
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@455 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.lacie.com/products/product.htm?pid=10803"
|
||||
SRC_URI="http://www.lacie.com/download/drivers/4L-${MY_PV}.i586.rpm
|
||||
http://eventi.vnunet.it/images/lacie.png"
|
||||
|
||||
LICENSE="Free"
|
||||
LICENSE="as-is"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
@@ -30,9 +30,9 @@ RDEPEND="virtual/libc
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender )
|
||||
|
||||
amd64? ( app-emulation/emul-linux-x86-xlibs
|
||||
app-emulation/emul-linux-x86-compat )"
|
||||
|
||||
amd64? ( multilib? ( app-emulation/emul-linux-x86-xlibs
|
||||
app-emulation/emul-linux-x86-compat ) )"
|
||||
|
||||
RESTRICT="mirror strip"
|
||||
|
||||
@@ -44,18 +44,17 @@ src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
exeinto /opt/lightscribe/4L
|
||||
doexe ${WORKDIR}/usr/4L/4L-*
|
||||
doexe ${WORKDIR}/usr/4L/lacie*
|
||||
doexe "${WORKDIR}"/usr/4L/4L-*
|
||||
doexe "${WORKDIR}"/usr/4L/lacie*
|
||||
insinto /opt/lightscribe/4L/translations
|
||||
doins -r ${WORKDIR}/usr/4L/translations/*
|
||||
dodoc ${WORKDIR}/usr/4L/doc/*
|
||||
doins -r "${WORKDIR}"/usr/4L/translations/*
|
||||
dodoc "${WORKDIR}"/usr/4L/doc/*
|
||||
docinto templates
|
||||
dodoc ${WORKDIR}/usr/4L/templates/*
|
||||
dodoc "${WORKDIR}"/usr/4L/templates/*
|
||||
into /opt
|
||||
make_wrapper 4L-gui "./4L-gui" /opt/lightscribe/4L
|
||||
make_wrapper 4L-gui "./4L-gui" /opt/lightscribe/4L
|
||||
dosym /opt/lightscribe/4L/4L-cli /opt/bin/4L-cli
|
||||
|
||||
newicon ${DISTDIR}/lacie.png ${PN}.png
|
||||
make_desktop_entry 4L-gui "Lacie LightScribe Labeler" ${PN}.png "Application;AudioVideo;DiscBurning;Recorder;"
|
||||
|
||||
}
|
||||
newicon "${DISTDIR}"/lacie.png ${PN}.png
|
||||
make_desktop_entry 4L-gui "Lacie LightScribe Labeler" ${PN}.png "Application;AudioVideo;DiscBurning;Recorder;"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user