From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/fgetty/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 community/fgetty/PKGBUILD (limited to 'community/fgetty/PKGBUILD') diff --git a/community/fgetty/PKGBUILD b/community/fgetty/PKGBUILD new file mode 100644 index 000000000..f179868f2 --- /dev/null +++ b/community/fgetty/PKGBUILD @@ -0,0 +1,25 @@ +# $Id: PKGBUILD 39532 2011-02-11 12:12:01Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Alois Belaska + +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/ +} -- cgit v1.2.3-54-g00ecf