sane: switch to /usr.
This commit is contained in:
parent
138658d299
commit
d0a1295614
1 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template build file for 'sane'.
|
# Template build file for 'sane'.
|
||||||
pkgname=sane
|
pkgname=sane
|
||||||
version=1.0.22
|
version=1.0.22
|
||||||
revision=5
|
revision=6
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
wrksrc="sane-backends-${version}"
|
wrksrc="sane-backends-${version}"
|
||||||
distfiles="ftp://ftp2.sane-project.org/pub/sane/sane-backends-${version}/sane-backends-${version}.tar.gz"
|
|
||||||
subpackages="lib${pkgname} $pkgname-devel"
|
subpackages="lib${pkgname} $pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-locking --enable-avahi --with-docdir=/usr/share/doc/sane
|
configure_args="--disable-locking --enable-avahi --with-docdir=/usr/share/doc/sane
|
||||||
|
@ -16,6 +15,7 @@ short_desc="Scanner Access Now Easy"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.sane-project.org/"
|
homepage="http://www.sane-project.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
distfiles="ftp://ftp2.sane-project.org/pub/sane/sane-backends-${version}/sane-backends-${version}.tar.gz"
|
||||||
checksum=9f84a16800497f0b79a278531bb1a0f438de6ce8cf509fefc65a252e29f90c54
|
checksum=9f84a16800497f0b79a278531bb1a0f438de6ce8cf509fefc65a252e29f90c54
|
||||||
long_desc="
|
long_desc="
|
||||||
SANE stands for Scanner Access Now Easy and is an application programming
|
SANE stands for Scanner Access Now Easy and is an application programming
|
||||||
|
@ -105,10 +105,10 @@ post_install() {
|
||||||
# fix hp officejets
|
# fix hp officejets
|
||||||
echo "#hpaio" >> ${DESTDIR}/etc/sane.d/dll.conf
|
echo "#hpaio" >> ${DESTDIR}/etc/sane.d/dll.conf
|
||||||
# install udev files
|
# install udev files
|
||||||
vinstall tools/udev/libsane.rules 644 /lib/udev/rules.d 53-sane.rules
|
vinstall tools/udev/libsane.rules 644 usr/lib/udev/rules.d 53-sane.rules
|
||||||
# fix udev rules
|
# fix udev rules
|
||||||
sed -i 's|NAME="%k", ||g' ${DESTDIR}/lib/udev/rules.d/53-sane.rules
|
sed -i 's|NAME="%k", ||g' ${DESTDIR}/usr/lib/udev/rules.d/53-sane.rules
|
||||||
# Install systemd service.
|
# Install systemd service.
|
||||||
vinstall ${FILESDIR}/saned@.service 644 lib/systemd/system
|
vinstall ${FILESDIR}/saned@.service 644 usr/lib/systemd/system
|
||||||
vinstall ${FILESDIR}/saned.socket 644 lib/systemd/system
|
vinstall ${FILESDIR}/saned.socket 644 usr/lib/systemd/system
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue