Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23586 Details for
Bug 37855
dunetools-20040111.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dunetools-20040111.ebuild
dunetools-20040111.ebuild (text/plain), 1.74 KB, created by
Sven Wegener
on 2004-01-10 19:32:27 UTC
(
hide
)
Description:
dunetools-20040111.ebuild
Filename:
MIME Type:
Creator:
Sven Wegener
Created:
2004-01-10 19:32:27 UTC
Size:
1.74 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Userspace access to Pinnacle PCTV Deluxe" >HOMEPAGE="http://www.paranoyaxc.de/dune/" >SRC_URI="http://gentoo.mirror.at.stealer.net/files/dune2-linux-${PV}.tar.gz" > >LICENSE="free-noncomm" >SLOT="0" >KEYWORDS="~x86" > >IUSE="" >DEPEND="virtual/glibc > >=dev-libs/libusb-0.1.6a" > >S=${WORKDIR} > >src_unpack() { > unpack ${A} > cd ${S} > > sed -i 's!/usr/local/lib/dune!/usr/lib/dune!' dunelib/dunelib.h >} > >src_compile() { > emake -C dunelib -f Makefile.lnx CFLAGS="${CFLAGS} -D LINUX" > for i in dunetools/* ; do > emake -C $i -f Makefile.lnx CFLAGS="${CFLAGS} -D LINUX -I ../../dunelib" > done >} > >src_install() { > dobin dunetools/duned/{dunec,dunesh} > > for i in dunetools/* dunelib ; do > if [ -f $i/ChangeLog -a -s $i/ChangeLog ] ; then > newdoc $i/ChangeLog ChangeLog.`basename $i` > fi > if [ -f $i/README.txt -a -s $i/README.txt ] ; then > newdoc $i/README.txt README.`basename $i` > fi > if [ -f $i/`basename $i` -a -x $i/`basename $i` ] ; then > dobin $i/`basename $i` > fi > done > > dodir /usr/lib/dune > > newdoc README.txt README >} > >pkg_postinst() { > einfo > einfo "You need to copy the Pinnacle PCTV Deluxe firmware files to /usr/lib/dune" > einfo "The files can be found in \"Driver/Windows XP\" on your Pinnacle PCTV" > einfo "Deluxe CD. The required files are:" > einfo "- all *.v files" > einfo "- DunePal.sys or DuneNTSC.sys depending on your TV standard" > einfo " This file has to be renamed to dune.sys" > einfo > einfo "If you want to run dunerec as a non-root user, do" > einfo "\"chmod u+s /usr/bin/dunerec\"" > ewarn "This is a security risk, because any user can overwrite" > ewarn "any file in your system with the -R <outputfile> option!" > ewarn >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 37855
:
23585
| 23586