diff options
author | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2006-11-06 11:17:47 -0400 |
---|---|---|
committer | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2006-11-06 11:17:47 -0400 |
commit | b8cdd104fecd5ae0a20bd703ad2a781e288b6255 (patch) | |
tree | 4a6d3ef4ca10f337b7fcfc3d7872964c3c7a12c7 /fgetty/Pkgfile | |
parent | 5e9c6f2d2daa8f4b89cc8753ec1a29c273e9459a (diff) | |
download | contrib-b8cdd104fecd5ae0a20bd703ad2a781e288b6255.tar.gz contrib-b8cdd104fecd5ae0a20bd703ad2a781e288b6255.tar.xz |
fgetty: initial commit
Diffstat (limited to 'fgetty/Pkgfile')
-rw-r--r-- | fgetty/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/fgetty/Pkgfile b/fgetty/Pkgfile new file mode 100644 index 000000000..fe7b8be81 --- /dev/null +++ b/fgetty/Pkgfile @@ -0,0 +1,19 @@ +# $Id: $ +# Description: Small getty for Linux +# URL: http://www.fefe.de/fgetty/ +# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve +# Depends on: dietlibc + +name=fgetty +version=0.6 +release=1 +source=(http://www.fefe.de/$name/$name-$version.tar.bz2 $name-$version.patch) + +build() { + cd $name-$version + patch -p1 < ../$name-$version.patch + make DIET="/usr/dietlibc/bin/diet" + mkdir -p $PKG/usr/man/man8 + make DESTDIR=$PKG install + rm -f $PKG/bin/{login1,login2,checkpassword.login} +} |