summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-cf-files/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:07:27 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:07:27 +0100
commit9f89b95b5274e4d3d84a2e847cb95c2cc30924e1 (patch)
tree7e0227ebf28414c03b7d9fc9c6b4194cbcfe581a /xorg/xorg-cf-files/Pkgfile
parentfbd0b014e3e65c773c12c45d983cef71cc8d998b (diff)
downloadnutyx-extra-9f89b95b5274e4d3d84a2e847cb95c2cc30924e1.tar.gz
nutyx-extra-9f89b95b5274e4d3d84a2e847cb95c2cc30924e1.tar.bz2
nutyx-extra-9f89b95b5274e4d3d84a2e847cb95c2cc30924e1.tar.xz
nutyx-extra-9f89b95b5274e4d3d84a2e847cb95c2cc30924e1.zip
Ajout de xorg-cf-files#1.0.2-1
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
+}