mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: libfprint-0.5.1_1
This commit is contained in:
parent
f5f131485f
commit
e25cc54010
3 changed files with 7553 additions and 0 deletions
1
srcpkgs/libfprint-devel
Symbolic link
1
srcpkgs/libfprint-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libfprint
|
7515
srcpkgs/libfprint/patches/0000_vfs5011.patch
Normal file
7515
srcpkgs/libfprint/patches/0000_vfs5011.patch
Normal file
File diff suppressed because it is too large
Load diff
37
srcpkgs/libfprint/template
Normal file
37
srcpkgs/libfprint/template
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# Template file for 'libfprint'
|
||||||
|
pkgname=libfprint
|
||||||
|
version=0.5.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="libusb-devel nss-devel glib-devel gdk-pixbuf-devel"
|
||||||
|
hostmakedepends="pkg-config automake autoconf libtool"
|
||||||
|
short_desc="support for consumer fingerprint reader devices"
|
||||||
|
maintainer="Enno Boland"
|
||||||
|
license="LGPL"
|
||||||
|
homepage="http://www.freedesktop.org/wiki/Software/fprint/"
|
||||||
|
distfiles="http://people.freedesktop.org/~hadess/libfprint-${version}.tar.xz"
|
||||||
|
checksum=6d12563b91888b84b71eee6d2e113d8e9e9940c6a28a0915656b6f86b9568fb3
|
||||||
|
configure_args="--disable-static
|
||||||
|
--disable-static \
|
||||||
|
--disable-examples-build \
|
||||||
|
--disable-x11-examples-build \
|
||||||
|
--disable-debug-log"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vmkdir usr/lib/udev
|
||||||
|
mv $DESTDIR/rules.d $DESTDIR/usr/lib/udev
|
||||||
|
}
|
||||||
|
|
||||||
|
libfprint-devel_package() {
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue