blob: 34490c71639010ee809f6d370efaaff4a9ec10bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=usb? ( virtual/libusb:1 ) virtual/pkgconfig
DESCRIPTION=Library for communication with dive computers from various manufacturers
EAPI=5
HOMEPAGE=http://www.divesoftware.org/libdc
IUSE=usb +static-libs -tools
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=usb? ( virtual/libusb:1 )
SLOT=0
SRC_URI=http://www.divesoftware.org/libdc/releases/libdivecomputer-0.4.2.tar.gz
_eclass_exported_funcs=pkg_postinst:- src_prepare:- src_configure:- src_compile:- src_test:autotools-utils src_install:-
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils ea170b525f6a38a006be05c9d9429f13 libtool 84763589a795fb127b537cac01e5359f multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783
_md5_=003b09ab70a09f898bd7bcf31d810ea7
|