summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-video-ark/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:37:32 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:37:32 +0100
commitd6a2f17f303fc2ca73560b06123b5c6b6c448e34 (patch)
tree5f6994e8563ad35014a8c45f9378160f41e1e65f /xorg/xorg-xf86-video-ark/Pkgfile
parent908b1c3f269a99e61c803e17e97bb8f649262102 (diff)
downloadnutyx-extra-d6a2f17f303fc2ca73560b06123b5c6b6c448e34.tar.gz
nutyx-extra-d6a2f17f303fc2ca73560b06123b5c6b6c448e34.tar.bz2
nutyx-extra-d6a2f17f303fc2ca73560b06123b5c6b6c448e34.tar.xz
nutyx-extra-d6a2f17f303fc2ca73560b06123b5c6b6c448e34.zip
Ajout de xorg-xf86-video-ark#0.7.1-1
Diffstat (limited to 'xorg/xorg-xf86-video-ark/Pkgfile')
-rw-r--r--xorg/xorg-xf86-video-ark/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-ark/Pkgfile b/xorg/xorg-xf86-video-ark/Pkgfile
new file mode 100644
index 000000000..cb0bfdb01
--- /dev/null
+++ b/xorg/xorg-xf86-video-ark/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-video-ark
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-video-ark
+version=0.7.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ark-$version.tar.bz2)
+
+build() {
+ cd xf86-video-ark-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}