updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / konversation-servers / PKGBUILD
blob5ba4efc649584d68d9f8aa75c155473d03e2f3c9
1 # Konversation-Servers: Installer: Arch
2 # Contributor: Chris Giles <Chris.G.27 (at) Gmail.com>
4 basename=konversation
5 pkgname=${basename}-servers
6 pkgver=0.1
7 pkgrel=1
8 pkgdesc="Reads the mIRC server list and imports it into your Konversation server list."
9 arch=("any")
10 url="http://${basename}.kde.org/wiki/Server_List"
11 license=("GPL")
12 depends=("perl" "perl-config-tiny" "perl-file-homedir" "${basename}")
13 options=(!emptydirs)
15 source=()
16 md5sums=()
18 build() {
19         cd ${startdir}/extra
21         # Application
22         install -D konvers_servers ${pkgdir}/usr/bin/konvers_servers