updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / tweetdeck / PKGBUILD
blob21898203ba869f6694e3be06aa04e70e5878d976
1 # Maintainer: Nathan O <ndowens.aur at gmail dot com>
2 pkgname=tweetdeck
3 pkgver=0_37.5
4 pkgrel=2
5 pkgdesc="An Adobe Air desktop application for twitter that looks to capture the abundance of social media and display it in a unique columned user interface."
6 arch=(i686 x86_64)
7 url="http://www.tweetdeck.com/"
8 license=('unknown')
9 if [ "$CARCH" = "i686" ]; then
10         depends=('adobe-air' 'libcanberra' 'libgnome-keyring')
13 if [ "$CARCH" = "x86_64" ]; then
14         depends=('bin32-adobe-air' 'lib32-libxt' 'lib32-libxtst')
15         optdepends=('lib32-libgnome-keyring')
18 source=(http://downloads.tweetdeck.com/TweetDeck_${pkgver}.air tweetdeck.desktop tweetdeck.sh)
19 md5sums=('0036d3bf1b41f43c3b5fad3da9b65ff3'
20          '047ebdb5d39b9da365c9be00eed1bac8'
21          '0a9c12570d07eff84cc77ed420d3d4d8')
25 build()
27    cd ${srcdir}
28    install -d ${pkgdir}/{/usr/{bin,share/{applications,pixmaps}},/opt/tweetdeck}
29    install -Dm644 icons/TweetDeck_48.png ${pkgdir}/usr/share/pixmaps/tweetdeck
30    install -Dm644 TweetDeck_${pkgver}.air ${pkgdir}/opt/${pkgname}/tweetdeck.air
31    install -Dm755 ${pkgname}.sh ${pkgdir}/usr/bin/tweetdeck
33    install -Dm644 tweetdeck.desktop ${pkgdir}/usr/share/applications/tweetdeck.desktop