net-print/ptouch-driver - 9999 (zyrenth)

Search

Install

Install this version:

emerge -a =net-print/ptouch-driver-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-print/ptouch-driver-9999

Or alternatively:

emerge --autounmask-write -a =net-print/ptouch-driver-9999

Package Information

Description:
Driver for the Brother P-touch series of label printers.
Homepage:
https://github.com/philpem/printer-driver-ptouch
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3 autotools

DESCRIPTION="Driver for the Brother P-touch series of label printers."
HOMEPAGE="https://github.com/philpem/printer-driver-ptouch"
EGIT_REPO_URI="https://github.com/philpem/printer-driver-ptouch"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="
	net-print/cups
	net-print/foomatic-db-engine"

DEPEND="${RDEPEND} "

src_prepare() {
	# Make sure we write the filter to the correct directory
	sed -i -e 's/\$(libdir)\/cups\/filter/\$(libexecdir)\/cups\/filter/' "${S}/Makefile.am" || die "Sed failed!"
	eautoreconf
	default
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README
}

Inherited Eclasses

Dependencies

DEPEND

	net-print/cups
	net-print/foomatic-db-engine 

RDEPEND

	net-print/cups
	net-print/foomatic-db-engine