# Maintainer: Sébastien Luttringer pkgname=base-seblu pkgver=2013.09.11 pkgrel=1 pkgdesc='Provide depends on minimal seblu hosts packages' arch=('any') url='https://github.com/seblu/arch-packages' license=('GPL2') install=$pkgname.install source=('git+ssh://seblu@seblu.net:2222/~/git/configs') md5sums=('SKIP') package() { depends=( archutils-git arptables bash bash-completion bridge-utils conntrack-tools diffutils 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 lz4 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 sed smartmontools strace stress sudo systemd-sysvcompat tcpdump traceroute tree vi-killer vim watchdog whois wget zsh ) optdepends=( ) conflicts=( consolekit initscripts systemd-arch-units sysvinit tcp_wrappers ) install -dm755 "$pkgdir"/{usr/bin,etc/sysctl.d,usr/share/$pkgname} # 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" # install defaults configs files cd "$srcdir/configs" _d="$pkgdir/usr/share/$pkgname" install -Dm644 systemd/{vconsole,locale}.conf "$_d" install -Dm644 systemd/sysctl.d/seblu.net.conf "$_d" install -Dm644 pam/{issue,motd} "$_d" install -Dm644 zsh/etc.zshrc "$_d" install -Dm644 e2fsprogs/e2fsk.conf "$_d" install -Dm644 ntp/ntp.conf "$_d" install -Dm644 vim/seblu.vim "$_d" } # vim:set ts=2 sw=2 et: