summaryrefslogtreecommitdiffstats
path: root/libwacom/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libwacom/Pkgfile')
-rw-r--r--libwacom/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/libwacom/Pkgfile b/libwacom/Pkgfile
new file mode 100644
index 000000000..c13ec06ee
--- /dev/null
+++ b/libwacom/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Bibliothèque d'identification des tablettes Wacom
+# URL: http://linuxwacom.sourceforge.net/
+# Maintainer: Red Hat, Inc.
+# Packager: piernov <piernov@piernov.org>
+# Depends on: glib
+# Run on: glib
+
+name=libwacom
+version=0.2
+release=1
+source=(http://download.gnome.org/sources/$name/$version/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}