void-packages/srcpkgs/simple-scan/template

29 lines
1 KiB
Text
Raw Normal View History

2012-05-18 09:40:21 +00:00
# Template file for 'simple-scan'
pkgname=simple-scan
2013-04-27 01:37:44 +00:00
version=3.8.0
revision=1
2012-05-18 09:40:21 +00:00
build_style=gnu-configure
configure_args="--disable-schemas-compile"
2013-04-27 01:37:44 +00:00
hostmakedepends="pkg-config itstool intltool"
2013-04-27 01:41:31 +00:00
makedepends="colord-devel>=0.1.23_3 gtk+3-devel>=3.6.0_3 sqlite-devel
dconf-devel sane-devel libgudev-devel"
2012-05-18 09:40:21 +00:00
short_desc="Simple scanning utility"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
2012-09-30 15:14:52 +00:00
homepage="http://launchpad.net/simple-scan"
2013-04-27 01:37:44 +00:00
distfiles="https://launchpad.net/$pkgname/3.8/$version/+download/$pkgname-$version.tar.xz"
checksum=8df71e5f9e5db5c53217cb56b0e23b58dfe65bc174e873ad3ee576fbeccadc22
2012-05-18 09:40:21 +00:00
long_desc="
Simple Scan is an easy-to-use application, designed to let users connect their
scanner and quickly have the image/document in an appropriate format.
Simple Scan is basically a frontend for SANE - which is the same backend as
XSANE uses. This means that all existing scanners will work and the interface
is well tested."
simple-scan_package() {
depends="hicolor-icon-theme sane"
pkg_install() {
2013-04-27 01:37:44 +00:00
vmove all
}
}