From: Tomas Zeman <tzeman@volny.cz>
Date: Sun, 4 Nov 2007 12:04:50 +0100
fgetty
diff -r 8beecf0bb6c7 source/dietlibc/fgetty/FrugalBuild
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/source/dietlibc/fgetty/FrugalBuild Wed Feb 15 15:13:40 2012 +0100
@@ -0,0 +1,19 @@
+# Maintainer: Tomas Zeman <tzeman@volny.cz>
+
+pkgname=fgetty
+pkgver=0.6
+pkgrel=2
+pkgdesc="a very small getty for Linux"
+url="http://www.fefe.de/fgetty/"
+makedepends=(dietlibc)
+archs=(i686)
+up2date='lynx -dump -nolist $url|grep $pkgname|grep tar.bz2|head -1|sed -e "s/.*$pkgname-\([0-9\.]\+\)\.tar\.bz2.*$/\1/"'
+source=($url/$pkgname-$pkgver.tar.bz2)
+sha1sums=('fc1ee8bd1b85c4f44c8d494aadd49476244bdb39')
+
+build() {
+ Fcd
+ make || Fdie
+ Fmkdir /usr/man/man8
+ make install DESTDIR=$Fdestdir || Fdie
+}