1 # Contributor: Markus Jochim <ich@markusjochim.de>
2 pkgname=rxvt-unicode-terminfo
5 pkgdesc="Terminfo file for urxvt, useful for servers that need the file but not the terminal"
6 url="http://software.schmorp.de/pkg/rxvt-unicode.html"
9 conflicts=(rxvt-unicode)
10 source=(rxvt-unicode rxvt-unicode-256color)
11 md5sums=('0e7ffd52f05d8575e237dab4f98645b8'
12 'c03b1ad2bd136cef3c1342ef255af18d')
15 install -d ${pkgdir}/usr/share/terminfo/r/
16 install -m 644 -o root -g root ${srcdir}/rxvt-unicode ${pkgdir}/usr/share/terminfo/r/
17 install -m 644 -o root -g root ${srcdir}/rxvt-unicode-256color ${pkgdir}/usr/share/terminfo/r/
20 # vim:set ts=2 sw=2 et: