summaryrefslogtreecommitdiff
path: root/community/fgetty/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fgetty/PKGBUILD')
-rw-r--r--community/fgetty/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
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/
-}