# Maintainer: Sébastien Luttringer pkgname=base-seblu pkgver=2013.05.09 pkgrel=1 pkgdesc='Provide depends on minimal seblu hosts packages' arch=('any') url='https://github.com/seblu/arch-packages' license=('GPL2') install=$pkgname.install package() { depends=( archutils-git arptables bash bash-completion bridge-utils conntrack-tools dmidecode dnsutils dstat ebtables ethtool fcron ferm figlet git glances gptfdisk hddtemp hdparm hping htop iftop iftop ipcalc iperf iperf ipset iptraf-ng iptstate ipython iw links lm_sensors lshw lsof lsscsi ltrace lrzsz most munin-node mtr ndisc6 netperf nfacct nload nmap ntp openssh openvpn pacman-contrib parted perl-rename pv pwgen rsync rsync screen sdparm smartmontools strace stress subversion sudo systemd-sysvcompat tcpdump traceroute tree vi-killer vim wget zsh ) conflicts=( consolekit initscripts systemd-arch-units sysvinit tcp_wrappers ) install -dm755 "$pkgdir/usr/bin" ln -s vendor_perl/rename "$pkgdir/usr/bin/prename" } # vim:set ts=2 sw=2 et: