summaryrefslogtreecommitdiffstats
path: root/xorg-xf86bigfontproto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xf86bigfontproto/Pkgfile')
-rw-r--r--xorg-xf86bigfontproto/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-xf86bigfontproto/Pkgfile b/xorg-xf86bigfontproto/Pkgfile
new file mode 100644
index 000000000..2b81bc592
--- /dev/null
+++ b/xorg-xf86bigfontproto/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg proto xf86bigfontproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Packager: thierryn1 at hispeed dot ch
+
+name=xorg-xf86bigfontproto
+version=1.2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-$version.tar.bz2)
+
+build() {
+ cd xf86bigfontproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}