1
0
forked from ports/contrib

32 lines
638 B
Plaintext
Raw Normal View History

2006-12-27 03:28:59 +10:00
# Description: BSD R-Tools
# URL: http://www.hcs.harvard.edu/~dholland/computers/netkit.html
# Maintainer: unmaintained
2006-12-27 03:28:59 +10:00
# Packager: Daniel Mueller, daniel at danm dot de
2006-11-20 07:26:53 +10:00
#
2006-12-27 03:28:59 +10:00
# Depends on:
2006-11-14 09:13:35 +10:00
name=netkit-rsh
version=0.17
release=3
2006-12-27 03:28:59 +10:00
source=(ftp://ftp.gwdg.de/pub/linux/suse/people/kukuk/ipv6/$name-$version.tar.bz2)
2006-11-14 09:13:35 +10:00
2006-12-27 03:28:59 +10:00
build() {
2006-11-20 07:26:53 +10:00
cd $name-$version
2006-11-14 09:13:35 +10:00
2006-11-20 07:26:53 +10:00
install -d \
$PKG/usr/{bin,sbin,man} \
$PKG/etc/pam.d \
$PKG/usr/man/{man1,man5,man8}
2006-11-14 09:13:35 +10:00
2006-11-20 07:26:53 +10:00
./configure \
--prefix=/usr \
--without-pam \
--installroot=$PKG
2006-11-14 09:13:35 +10:00
2006-11-20 07:26:53 +10:00
make CFLAGS="$CFLAGS"
make install
2006-11-14 09:13:35 +10:00
2006-11-20 07:26:53 +10:00
rm -rf $PKG/etc
chown -R root:root $PKG
2006-11-14 09:13:35 +10:00
}