void-packages/srcpkgs/libcacard/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

24 lines
814 B
Bash

# Template file for 'libcacard'
pkgname=libcacard
version=2.6.1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="nss-devel libglib-devel pcsclite-devel"
short_desc="Library to provide emulation of smart cards to a virtual card reader"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://cgit.freedesktop.org/spice/libcacard/"
distfiles="https://www.spice-space.org/download/libcacard/libcacard-${version}.tar.xz"
checksum=6276c6a2bd018bf14f1b97260fff093b4a2325a9177be4fc6be7c1a9e204def0
replaces="libcacard-tools>=0"
libcacard-devel_package() {
depends="nss-devel libglib-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}