updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / lastpass / PKGBUILD
blob32948dfc97150a857606e23097bc341f97573838
1 # Maintainer: Joshua Stiefer <facedelajunk@gmail.com>
2 # Contributor: Michael Seiwald <michael@mseiwald.at>
4 pkgname=lastpass
5 pkgver=1.80.0
6 pkgrel=2
7 pkgdesc="Lastpass pocket for backup and offline access"
8 arch=('i686' 'x86_64')
9 url="https://lastpass.com"
10 license=("LastPass")
11 depends=("ca-certificates" "openssl-compatibility" "libldap" "libidn" "gtk2")
12 source=("https://rodan.lastpass.com/pocket.tar.bz2")
13 options=("!strip")
14 md5sums=('7ac41bdb30729279508f74e3db2a7158')
15 [ "$CARCH" = "x86_64" ] && source=(https://rodan.lastpass.com/pocket_x64.tar.bz2)
16 [ "$CARCH" = "x86_64" ] && md5sums=('b81cb36506958679d1fd85b60a97ebe1')
19 package() {
20         if [ "$CARCH" == "i686" ];then
21                 install -Dm 755 "$srcdir/pocket" "$pkgdir/usr/bin/lastpass"
22         elif [ "$CARCH" == "x86_64" ];then
23                 install -Dm 755 "$srcdir/pocket_x64" "$pkgdir/usr/bin/lastpass"
24         fi