New package: libwacom-0.3.
This commit is contained in:
parent
a60835431c
commit
f2dc1dfb93
6 changed files with 41 additions and 0 deletions
|
@ -973,3 +973,4 @@ libudisks2.so.0 udisks2 udisks2-devel
|
||||||
libgcr-3.so.1 gcr gcr-devel
|
libgcr-3.so.1 gcr gcr-devel
|
||||||
libgck-1.so.0 gcr gcr-devel
|
libgck-1.so.0 gcr gcr-devel
|
||||||
libgcr-base-3.so.1 gcr gcr-devel
|
libgcr-base-3.so.1 gcr gcr-devel
|
||||||
|
libwacom.so.2 libwacom libwacom-devel
|
||||||
|
|
1
srcpkgs/libwacom-devel
Symbolic link
1
srcpkgs/libwacom-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libwacom
|
2
srcpkgs/libwacom/depends
Normal file
2
srcpkgs/libwacom/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=0.3"
|
||||||
|
api_depends="${abi_depends}"
|
15
srcpkgs/libwacom/libwacom-devel.template
Normal file
15
srcpkgs/libwacom/libwacom-devel.template
Normal file
|
@ -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
|
||||||
|
}
|
4
srcpkgs/libwacom/libwacom.rshlibs
Normal file
4
srcpkgs/libwacom/libwacom.rshlibs
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
libgudev-1.0.so.0
|
||||||
|
libgobject-2.0.so.0
|
||||||
|
libglib-2.0.so.0
|
||||||
|
libc.so.6
|
18
srcpkgs/libwacom/template
Normal file
18
srcpkgs/libwacom/template
Normal file
|
@ -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 a new issue