You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/iscan-data/iscan-data-1.13.0.1.ebuild

37 lines
997 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/iscan-data-1.13.0.1.ebuild,v 1.1 2012/06/04 21:12:18 flameeyes Exp $
EAPI=4
inherit eutils versionator
MY_PV="$(get_version_component_range 1-3)"
S="${WORKDIR}/${PN}-${MY_PV}"
DESCRIPTION="Image Scan! for Linux data files"
HOMEPAGE="http://avasys.jp/english/linux_e/"
SRC_URI="http://linux.avasys.jp/drivers/${PN}/${MY_PV}/${PN}_$(replace_version_separator 3 -).tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/libxslt"
RDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
# create udev rules
dodir /lib/udev/rules.d
"${D}usr/lib64/iscan-data/make-policy-file" \
--force --quiet --mode udev \
-d "${D}usr/share/iscan-data/epkowa.desc" \
-o "${D}lib/udev/rules.d/99-iscan.rules"
# install docs
dodoc NEWS SUPPORTED-DEVICES KNOWN-PROBLEMS
}