summaryrefslogtreecommitdiffstats
path: root/extra/xorg-imake/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:38 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:38 +0200
commit4e2fd0e9107b75f5fc724c3ff4a750759703fb43 (patch)
tree2c8eaaeb250f91a453a53c37c6444e6021c92a38 /extra/xorg-imake/Pkgfile
parentb0a903275501ad4df745b8997ee317f2799795df (diff)
downloadnutyx-extra-4e2fd0e9107b75f5fc724c3ff4a750759703fb43.tar.gz
nutyx-extra-4e2fd0e9107b75f5fc724c3ff4a750759703fb43.tar.bz2
nutyx-extra-4e2fd0e9107b75f5fc724c3ff4a750759703fb43.tar.xz
nutyx-extra-4e2fd0e9107b75f5fc724c3ff4a750759703fb43.zip
xorg-imake dans extra
Diffstat (limited to 'extra/xorg-imake/Pkgfile')
-rw-r--r--extra/xorg-imake/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/xorg-imake/Pkgfile b/extra/xorg-imake/Pkgfile
new file mode 100644
index 000000000..3954d060e
--- /dev/null
+++ b/extra/xorg-imake/Pkgfile
@@ -0,0 +1,20 @@
+# Description: imake build system
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-xproto, xorg-cf-files
+# Run on: xorg-cf-files
+
+name=xorg-imake
+version=1.0.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/util/imake-$version.tar.bz2)
+
+build() {
+ cd imake-$version
+
+ ./configure $XORG_CONFIG
+
+ make
+ make DESTDIR=$PKG install
+}