summaryrefslogtreecommitdiff
path: root/community/fbgetty
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/fbgetty
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/fbgetty')
-rw-r--r--community/fbgetty/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/fbgetty/PKGBUILD b/community/fbgetty/PKGBUILD
deleted file mode 100644
index 77cc00f8e..000000000
--- a/community/fbgetty/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 91856 2013-05-28 17:26:45Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=fbgetty
-pkgver=0.1.698
-pkgrel=5
-license=("GPL")
-pkgdesc="fbgetty is a console getty like mingetty, which supports framebuffers"
-arch=('i686' 'x86_64')
-url="http://projects.meuh.org/fbgetty"
-source=('http://projects.meuh.org/fbgetty/downloads/fbgetty-'$pkgver'.tar.gz')
-md5sums=('1705bc0f8f1e03fe50d324ba84ac4e56')
-
-build()
-{
- cd $srcdir/$pkgname-$pkgver
-
- ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin
-
- patch src/options.c <<EOF
-33a34
-> #include <stddef.h>
-EOF
-
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
- mv ${pkgdir}/usr/info ${pkgdir}/usr/share/
-}