updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / utorrent / PKGBUILD
blobb057d4ea3340440456a1884abf313f0a220616ed
1 # Contributor: max1m <keyworker@rambler.ru>
2 # Maintainer: Jose Riha <jose1711 gmail com>
4 pkgname=utorrent
5 pkgver=3.1.build_26616
6 pkgrel=1
7 pkgdesc="The world's most popular BitTorrent client (wine version)"
8 arch=(i686 x86_64)
9 url="http://www.utorrent.com/"
10 license=(freeware)
11 makedepends=(tar gcc)
12 depends=('wine')
13 source=(http://download.utorrent.com/"${pkgver%.build*}"/utorrent.exe
14   utorrent
15   wine-executor.c
16   icons.tar.gz
17   settings.dat
18   utorrent.desktop)
19 noextract=(icons.tar.gz)
20 options=(!strip)
22 build() {
23   cd "$srcdir"
24   gcc -O2 -W -Wall -pedantic -DNDEBUG -o wine-executor wine-executor.c
25   strip wine-executor
27   cd "$pkgdir"
28   install -d -m 755 usr/bin usr/share usr/share/utorrent usr/share/pixmaps \
29      usr/share/applications
31   install -m 755 "$srcdir"/utorrent usr/bin
32   install -m 755 "$srcdir"/wine-executor usr/share/utorrent
33   install -m 644 "$srcdir"/utorrent.exe "$srcdir"/settings.dat \
34      usr/share/utorrent
36   install -m 644 "$srcdir"/utorrent.desktop \
37      usr/share/applications
39   cd usr/share
40   tar xf "$srcdir"/icons.tar.gz
41   find icons -type d -exec chmod 755 "{}" \+
42   find icons -type f -exec chmod 644 "{}" \+
43   cd "$pkgdir"
45   ln -s ../icons/hicolor/48x48/utorrent.png \
46       usr/share/pixmaps/utorrent.png
49 md5sums=('f9f81c321571b00eed4188c4921481e6'
50          '4951077591f7bc91c8d2ee2ebba14751'
51          'f48592b0070bd2f975ed709dce67f0ab'
52          'e4f06bee6e719424a5ebbd82681f6151'
53          'b539b84bb2e1a2b35be424be3312de5c'
54          '41c056415e0eb9a188405aac0e44c583')