opt/sane/Pkgfile

30 lines
839 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Scanner Access Now Easy - Scanner driver for Linux
# URL: http://www.sane-project.org/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: libusb libtiff libpng xz
2006-02-23 16:26:10 +01:00
name=sane
version=1.0.27
release=1
source=(https://alioth.debian.org/frs/download.php/file/4224/$name-backends-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-backends-$version
./configure --prefix=/usr \
--localstatedir=/var \
2010-04-26 19:03:49 +02:00
--sysconfdir=/etc \
2006-02-23 16:26:10 +01:00
--disable-translations \
2012-08-29 13:50:45 +02:00
--disable-locking \
--disable-latex \
2013-10-04 10:44:09 +02:00
--with-group=scanner \
--with-usb
2012-08-29 13:50:45 +02:00
2006-02-23 16:26:10 +01:00
make
2008-01-18 13:21:04 +01:00
make -j1 DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
2009-12-17 12:27:25 +01:00
install -D -m 644 tools/udev/libsane.rules $PKG/etc/udev/rules.d/85-libsane.rules
2006-02-23 16:26:10 +01:00
rm -r $PKG/usr/share/{doc,locale,sane}
2006-02-23 16:26:10 +01:00
}