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, 0 insertions, 18 deletions
diff --git a/xorg-xf86bigfontproto/Pkgfile b/xorg-xf86bigfontproto/Pkgfile
deleted file mode 100644
index 2b81bc592..000000000
--- a/xorg-xf86bigfontproto/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}