# Maintainer: Sébastien Luttringer pkgname=base-seblu pkgver=2013.07.05 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 lrzsz lshw lsof lsscsi ltrace most mtr munin-node ndisc6 netperf nfacct nload nmap ntp numactl openssh openvpn pacman-contrib parted perl-rename pv pwgen rsync rsync rxvt-unicode-terminfo screen sdparm smartmontools strace stress sudo systemd-sysvcompat tcpdump traceroute tree vi-killer vim whois wget zsh ) conflicts=( consolekit initscripts systemd-arch-units sysvinit tcp_wrappers ) install -dm755 "$pkgdir"/{usr/bin,etc/sysctl.d} # perl-rename shortcut ln -s perl-rename "$pkgdir/usr/bin/prename" # disable default sysctl options provided by systemd ln -s /dev/null "$pkgdir/etc/sysctl.d/50-default.conf" } # vim:set ts=2 sw=2 et: