]> git.pld-linux.org Git - packages/openct.git/blame - openct.spec
- typo
[packages/openct.git] / openct.spec
CommitLineData
de6d008b
AF
1# TODO:
2# - install openct.conf
3# - write init script
4Summary: OpenCT library - library for accessing smart card terminals
5Name: openct
6Version: 0.1.0
7Release: 0.1
8License: BSD-like ?
9Group: Applications
10Source0: http://www.opensc.org/files/%{name}-%{version}.tar.gz
11# Source0-md5: d405dea25b657475053539e6ffb66135
12URL: http://www.opensc.org/
13BuildRequires: autoconf >= 2.52
14BuildRequires: automake
15BuildRequires: libusb-devel
16BuildRequires: pcsc-lite-devel
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20OpenCT is a library for accessing smart card terminals. It provides a rich set
21of functions for driver writers, protocol drivers for T=0 and T=1, serial and
22USB functionality, including USB hotplugging.
23
24%package devel
25Summary: OpenCT development files
26