summaryrefslogtreecommitdiffstats
path: root/xorg-xkbcomp
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xkbcomp')
-rw-r--r--xorg-xkbcomp/.footprint6
-rw-r--r--xorg-xkbcomp/.md5sum1
-rw-r--r--xorg-xkbcomp/Pkgfile17
-rw-r--r--xorg-xkbcomp/Pkgfile.old18
4 files changed, 42 insertions, 0 deletions
diff --git a/xorg-xkbcomp/.footprint b/xorg-xkbcomp/.footprint
new file mode 100644
index 0000000..5b376a2
--- /dev/null
+++ b/xorg-xkbcomp/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xkbcomp
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/xkbcomp.1.gz
diff --git a/xorg-xkbcomp/.md5sum b/xorg-xkbcomp/.md5sum
new file mode 100644
index 0000000..226cdeb
--- /dev/null
+++ b/xorg-xkbcomp/.md5sum
@@ -0,0 +1 @@
+38c387bacdc01038c8ac280588792bcf xkbcomp-1.1.1.tar.bz2
diff --git a/xorg-xkbcomp/Pkgfile b/xorg-xkbcomp/Pkgfile
new file mode 100644
index 0000000..a72ed1c
--- /dev/null
+++ b/xorg-xkbcomp/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg XKB keyboard description compiler"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-libx11 xorg-libxkbfile)
+
+name=xorg-xkbcomp
+version=1.1.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-1.1.1.tar.bz2)
+build ()
+{
+ cd xkbcomp-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-xkbcomp/Pkgfile.old b/xorg-xkbcomp/Pkgfile.old
new file mode 100644
index 0000000..eb2d212
--- /dev/null
+++ b/xorg-xkbcomp/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: xorg XKB keyboard description compiler
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libx11, xorg-libxkbfile
+
+name=xorg-xkbcomp
+version=1.1.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-$version.tar.bz2)
+
+build() {
+ cd xkbcomp-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}