libieee1284: remove long_desc.
This commit is contained in:
parent
8b155b9368
commit
9171d4df41
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libieee1284'
|
||||
pkgname=libieee1284
|
||||
version=0.2.10
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --without-python"
|
||||
short_desc="A library to query devices connected in parallel port"
|
||||
|
@ -10,16 +10,13 @@ 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}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue