updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / getlive / PKGBUILD
blobc0f1090ca57c06727e0c8562006c444a16da82d7
1 # Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
2 pkgname=getlive
3 _pkgname=GetLive
4 pkgver=2.3
5 _pkgver=2_3
6 pkgrel=1
7 pkgdesc="Fetches your Hotmail Live mail"
8 arch=('any')
9 url="http://sourceforge.net/projects/getlive/"
10 license=('GPL')
11 depends=('curl' 'perl-uri' 'procmail')
12 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/${_pkgname}_${_pkgver}.tgz)
13 md5sums=('cb5176f915846a037f3b455490ac8c1c')
15 build() {
16   cd "$srcdir/${_pkgname}_${_pkgver}"
18   mkdir -p $pkgdir/usr/bin/
19   install -m755 {GetLive.pl,SmtpForward.pl,SmtpAuthForward.pl} $pkgdir/usr/bin/
21   # Mail Notification expects a "GetLive" command in path
22   cd $pkgdir/usr/bin/
23   ln -s GetLive.pl GetLive
26 # vim:set ts=2 sw=2 et: