ink-0.5.2.ebuild 505 B

12345678910111213141516171819202122
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="A command line utility to display the ink level of your printer"
  5. SRC_URI="mirror://sourceforge/ink/${P/_}.tar.gz"
  6. HOMEPAGE="http://ink.sourceforge.net/"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE=""
  11. DEPEND=">net-print/libinklevel-0.8"
  12. RDEPEND="${DEPEND}"
  13. src_configure() {
  14. # always use /bin/bash as configure shell, bug #526548
  15. CONFIG_SHELL=/bin/bash default
  16. }