Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 57109 Details for
Bug 61311
net-print/turboprint (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for turboprint 1.92
turboprint-1.92.ebuild (text/plain), 1.76 KB, created by
Sven
on 2005-04-24 11:44:22 UTC
(
hide
)
Description:
ebuild for turboprint 1.92
Filename:
MIME Type:
Creator:
Sven
Created:
2005-04-24 11:44:22 UTC
Size:
1.76 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: Exp $ > >inherit eutils > >#don't use sed here, use bash internal abilities >#MY_PV=$(echo ${PV} | sed -r "s/([0-9]+\.[0-9]+)\.([0-9])/\\1\-\\2/") >#MY_PV2=$(echo ${PV} | sed -r "s/([0-9]+\.[0-9]+)\.([0-9])/\\1/") >MY_PV="$PV" >MY_PV2="$PV" > >DESCRIPTION="High quality printer drivers for Linux - Free Edition" >HOMEPAGE="http://turboprint.de/" >SRC_URI="http://www.turboprint.de/${PN}-${MY_PV}.tgz" > >LICENSE="TurboPrint" >SLOT="0" >KEYWORDS="x86" >IUSE="cups gtk" > >RDEPEND="cups? ( net-print/cups ) > !cups? ( virtual/lpr ) > !cups? ( sys-apps/file ) > !cups? ( app-text/psutils ) > !cups? ( app-arch/gzip ) > !cups? ( app-text/tetex ) > !cups? ( sys-apps/groff ) > !cups? ( media-libs/netpbm ) > !cups? ( media-libs/jpeg ) > !cups? ( app-text/a2ps ) > !cups? ( app-text/enscript ) > gtk? ( =x11-libs/gtk+-1.2* )" > >S=${WORKDIR}/${PN}-${MY_PV2} > >src_unpack() { > unpack ${A} > cd ${S} > > # Most of the tweaks can be done with sed but for the others... > epatch ${FILESDIR}/setup.patch > > # Replace the RPM Build Root variable with our virtual root > sed -i -r 's|[$]RBR|$MY_DESTDIR|g' lib/install-static > > # Replace TPPATH_* variables with MY_DESTDIR > sed -i -r 's|"[$]TPPATH_[A-Z]+|"$MY_DESTDIR"/&|g' lib/install-post >} > >src_install() { > if use cups; then > CUPS="--cups=1" > else > CUPS="--cups=0" > fi > > export MY_DESTDIR="$D" > ./setup --batch ${CUPS} --nogui --language=en --charset=C >} > >pkg_postinst() { > # i have no clue, if this is really necessary > # tpsetup --update || die > > einfo > einfo " As a next step you will have to setup a printer with (x)tpsetup" > einfo > einfo " If you want the full functionality of this package you will have" > einfo " to buy a keyfile from http://www.turboprint.de" > einfo >}
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 61311
:
41436
|
54903
|
54904
|
57109
|
57110
|
57117
|
57118
|
69590
|
69591
|
69592
|
76972
|
257487
|
257489
|
257490