New package: libwacom-0.3.
This commit is contained in:
parent
a60835431c
commit
f2dc1dfb93
|
@ -973,3 +973,4 @@ libudisks2.so.0 udisks2 udisks2-devel
|
|||
libgcr-3.so.1 gcr gcr-devel
|
||||
libgck-1.so.0 gcr gcr-devel
|
||||
libgcr-base-3.so.1 gcr gcr-devel
|
||||
libwacom.so.2 libwacom libwacom-devel
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libwacom
|
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.3"
|
||||
api_depends="${abi_depends}"
|
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'libwacom-devel'.
|
||||
#
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run libwacom
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
libgudev-1.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'libwacom'
|
||||
pkgname=libwacom
|
||||
version=0.3
|
||||
homepage="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Main_Page"
|
||||
distfiles="${SOURCEFORGE_SITE}/linuxwacom/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
short_desc="Library to identify wacom tablets"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
checksum=3ef0abae9996ad31e77b64be6796eca15a738e5d40c045dbb1a5360e84935ff8
|
||||
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."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build libgudev-devel
|
Loading…
Reference in New Issue