summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-cf-files/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-cf-files/Pkgfile')
-rwxr-xr-xxorg/xorg-cf-files/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg/xorg-cf-files/Pkgfile b/xorg/xorg-cf-files/Pkgfile
new file mode 100755
index 000000000..91049fdbb
--- /dev/null
+++ b/xorg/xorg-cf-files/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg configuration files
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-cf-files
+version=1.0.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/util/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}