cups-bjnp-2.0.ebuild 483 B

123456789101112131415161718192021
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="CUPS backend for the canon printers using the proprietary USB over IP BJNP protocol"
  5. HOMEPAGE="https://sourceforge.net/projects/cups-bjnp/"
  6. SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
  10. IUSE=""
  11. DEPEND="net-print/cups"
  12. RDEPEND="${DEPEND}"
  13. src_configure() {
  14. econf --disable-Werror
  15. }