updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / kdeplasma-addons-applets-internet-ip / PKGBUILD
blob09b8553e897252344f397c1b6d7fac7433b9c888
1 # created 01:29:58 - 12/11/09
2 # Contributor: Lisandro <animal_urbano7 at hotmail.com>
3 # Maintainer: Frikilinux <frikilinux at frikilinux.com.ar>
5 pkgname=kdeplasma-addons-applets-internet-ip
6 pkgver=0.03
7 pkgrel=1
8 pkgdesc="Show your Internet IP and the country flag."
9 arch=('i686' 'x86_64')
10 url="http://kde-look.org/content/show.php/Show+Internet+IP+with+Flag?content=113309"
11 license=('GPL')
12 depends=('kdebase-workspace' 'kdebindings-python')
13 source=("http://kde-look.org/CONTENT/content-files/113309-internet-ip.zip")
14 md5sums=('05657bb5b35ce85da2e4bb6321fbb49d')
16 build() {
18   cd $srcdir
20   install -dm755 ${pkgdir}/usr/share/apps/plasma/plasmoids/internet-ip || return 1
21   cp -R {contents,metadata.desktop} ${pkgdir}/usr/share/apps/plasma/plasmoids/internet-ip/ || return 1
22   install -Dm644 metadata.desktop ${pkgdir}/usr/share/kde4/services/plasma-applet-internet-ip.desktop || return 1