2012-05-18 08:27:10 +00:00
|
|
|
# Template file for 'libieee1284'
|
|
|
|
pkgname=libieee1284
|
|
|
|
version=0.2.10
|
2013-04-13 08:15:49 +00:00
|
|
|
revision=2
|
2012-05-18 08:27:10 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-static --without-python"
|
|
|
|
short_desc="A library to query devices connected in parallel port"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-13 08:15:49 +00:00
|
|
|
homepage="http://cyberelk.net/tim/libieee1284"
|
|
|
|
license="GPL-2"
|
|
|
|
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
|
2012-05-18 08:27:10 +00:00
|
|
|
checksum=77a5b31aa1b1ca12ef8ac03b122cc1f45123fda736229e4f8b4e7bc49a1fe1fb
|
|
|
|
long_desc="
|
|
|
|
This library is intended to be used by applications that need to
|
|
|
|
communicate with (or at least identify) devices that are attached via
|
|
|
|
a parallel port."
|
|
|
|
|
2013-04-13 08:15:49 +00:00
|
|
|
libieee1284-devel_package() {
|
|
|
|
depends="${sourcepkg}>=${version}"
|
2014-01-01 15:10:11 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/share
|
|
|
|
}
|
|
|
|
}
|