updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / rxvt-unicode-terminfo / PKGBUILD
blob40f941e874540336978795985b414a35dbebcd2a
1 # Contributor: Markus Jochim <ich@markusjochim.de>
2 pkgname=rxvt-unicode-terminfo
3 pkgver=9.14
4 pkgrel=1
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"
7 arch=(i686 x86_64)
8 license=('GPL')
9 conflicts=(rxvt-unicode)
10 source=(rxvt-unicode rxvt-unicode-256color)
11 md5sums=('0e7ffd52f05d8575e237dab4f98645b8'
12          'c03b1ad2bd136cef3c1342ef255af18d')
14 build() {
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: