summaryrefslogtreecommitdiffstats
path: root/graphics-libs/libwacom/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs/libwacom/DETAILS')
-rwxr-xr-xgraphics-libs/libwacom/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics-libs/libwacom/DETAILS b/graphics-libs/libwacom/DETAILS
new file mode 100755
index 0000000000..2d4931430c
--- /dev/null
+++ b/graphics-libs/libwacom/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libwacom
+ VERSION=0.4
+ BRANCH=$(echo $VERSION|cut -d . -f 1,2)
+ SOURCE=$SPELL-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://linuxwacom.sourceforge.net/
+ ENTERED=20120328
+ SHORT="wacom tablets support library"
+cat << EOF
+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.
+EOF