1 # Contributor: max1m <keyworker@rambler.ru>
2 # Maintainer: Jose Riha <jose1711 gmail com>
7 pkgdesc="The world's most popular BitTorrent client (wine version)"
9 url="http://www.utorrent.com/"
13 source=(http://download.utorrent.com/"${pkgver%.build*}"/utorrent.exe
19 noextract=(icons.tar.gz)
24 gcc -O2 -W -Wall -pedantic -DNDEBUG -o wine-executor wine-executor.c
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 \
36 install -m 644 "$srcdir"/utorrent.desktop \
37 usr/share/applications
40 tar xf "$srcdir"/icons.tar.gz
41 find icons -type d -exec chmod 755 "{}" \+
42 find icons -type f -exec chmod 644 "{}" \+
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')