1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: libticables3
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (> 5), libusb-dev (>= 1:0.1.5-2), pkg-config, autotools-dev, gettext
Package: libticables3-dev
Section: libdevel
Architecture: any
Depends: libticables3 (= ${binary:Version}), libtifiles0-dev, libusb-dev (>= 1:0.1.5-2), libc6-dev, pkg-config
Conflicts: libticables-dev, libticables2-dev
Description: support library for Texas Instruments link cables [development files]
This library provides functions to use Texas Instruments link cables for TI
calculators. It currently supports all cables on i386, including the USB one.
Supported cables may vary depending on your architecture.
.
The serial (home-made, BlackLink), parallel and USB cables may require your
users to run your software with root privileges. You can avoid this by
installing the three kernel modules supporting these cables. The source of
these modules are provided by Linux 2.6 and later. You may need to compile
your own kernel if the Debian packages do not provide these modules.
.
This package contains the files needed to develop a software that will
use the libticables (headers, static objects, automake macros, etc...), along
with the documentation of the libticables.
Package: libticables3
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libticables, libticables2
Recommends: udev
Description: support library for Texas Instruments link cables
This library provides functions to use Texas Instruments link cables for TI
calculators. It currently supports all cables on i386, including the USB one.
Supported cables may vary depending on your architecture.
.
The serial (home-made, BlackLink), parallel and USB cables may require your
users to run your software with root privileges. You can avoid this by
installing the three kernel modules supporting these cables. The source of
these modules are provided by Linux 2.6 and later. You may need to compile
your own kernel if the Debian packages do not provide these modules.
.
The documentation and development files are included in the libticables3-dev
package.
|