summaryrefslogtreecommitdiffstats
path: root/xorg-imake/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-imake/Pkgfile.old')
-rw-r--r--xorg-imake/Pkgfile.old18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-imake/Pkgfile.old b/xorg-imake/Pkgfile.old
new file mode 100644
index 0000000..7d20861
--- /dev/null
+++ b/xorg-imake/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: imake build system
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-xproto, xorg-cf-files
+
+name=xorg-imake
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/util/imake-$version.tar.bz2)
+
+build() {
+ cd imake-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}