summaryrefslogtreecommitdiff
path: root/community/fgetty
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-01-09 13:47:51 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-01-09 13:47:51 +0000
commit7a3611f5caa5e34c1f2b582640f97b733110ae63 (patch)
tree5b0baf1ad1b36444ffbf73707a377b15fc67692f /community/fgetty
parent46783b68621b6ad45cdd9ed64cfa8cdcfbc6f318 (diff)
Mon Jan 9 13:47:49 UTC 2012
Diffstat (limited to 'community/fgetty')
-rw-r--r--community/fgetty/ChangeLog3
-rw-r--r--community/fgetty/PKGBUILD25
2 files changed, 0 insertions, 28 deletions
diff --git a/community/fgetty/ChangeLog b/community/fgetty/ChangeLog
deleted file mode 100644
index 811f87d4f..000000000
--- a/community/fgetty/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2007-06-28 tardo <tardo@nagi-fanboi.net>
-* Built for x86_64
-
diff --git a/community/fgetty/PKGBUILD b/community/fgetty/PKGBUILD
deleted file mode 100644
index f179868f2..000000000
--- a/community/fgetty/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 39532 2011-02-11 12:12:01Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Alois Belaska <lloyd@centrum.cz>
-
-pkgname=fgetty
-pkgver=0.7
-pkgrel=3
-pkgdesc="A mingetty stripped of the printfs"
-arch=('i686' 'x86_64')
-url='http://www.fefe.de/fgetty/'
-license=('GPL')
-depends=()
-makedepends=('dietlibc')
-options=(zipman)
-source=(http://www.fefe.de/fgetty/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('1ecb286ffe3a87ef160eefc38e9038a5')
-
-build() {
- export PATH=$PATH:/opt/diet/bin
- cd ${srcdir}/${pkgname}-${pkgver}
- make
- make DESTDIR=${pkgdir} install
- mkdir -p $pkgdir/usr/share/
- mv $pkgdir/usr/man $pkgdir/usr/share/
-}