31 lines
870 B
Text
31 lines
870 B
Text
# Template file for 'libieee1284'
|
|
pkgname=libieee1284
|
|
version=0.2.10
|
|
revision=2
|
|
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>"
|
|
homepage="http://cyberelk.net/tim/libieee1284"
|
|
license="GPL-2"
|
|
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2"
|
|
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."
|
|
|
|
libieee1284-devel_package() {
|
|
depends="${sourcepkg}>=${version}"
|
|
short_desc="${short_desc} -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share
|
|
}
|
|
}
|
|
|
|
libieee1284_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|