summaryrefslogtreecommitdiff
path: root/xorg-xf86-input-penmount/Pkgfile
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
commitfa19d4b3316ded8d2d5cf009059200741abcc8c5 (patch)
tree1e66d3e7d14f958d3881d21c5d3714f4b3775a09 /xorg-xf86-input-penmount/Pkgfile
downloadxorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz
xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz
initial import
Diffstat (limited to 'xorg-xf86-input-penmount/Pkgfile')
-rw-r--r--xorg-xf86-input-penmount/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-xf86-input-penmount/Pkgfile b/xorg-xf86-input-penmount/Pkgfile
new file mode 100644
index 00000000..a768399a
--- /dev/null
+++ b/xorg-xf86-input-penmount/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg driver xf86-input-penmount
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+
+name=xorg-xf86-input-penmount
+version=1.0.0.5
+release=1
+source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xf86-input-penmount-$version.tar.bz2)
+
+build() {
+ cd xf86-input-penmount-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit