libwacom: remove long_desc.
This commit is contained in:
parent
f6e002c7cc
commit
8226403802
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libwacom'
|
||||
pkgname=libwacom
|
||||
version=0.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgudev-devel"
|
||||
|
@ -11,13 +11,9 @@ license="MIT"
|
|||
homepage="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Main_Page"
|
||||
distfiles="${SOURCEFORGE_SITE}/linuxwacom/$pkgname-$version.tar.bz2"
|
||||
checksum=8a7490b960595366d011787ca4285b8e8b371324849f72c6488f92b2f313d442
|
||||
long_desc="
|
||||
libwacom is a library to identify wacom tablets and their model-specific
|
||||
features. It provides easy access to information such as is this a built-in
|
||||
on-screen tablet, what is the size of this model, etc."
|
||||
|
||||
libwacom-devel_package() {
|
||||
depends="libglib-devel libwacom>=$version"
|
||||
depends="libglib-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue