summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: aade377a118f8518a0da86584082c95da8ec7574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#Maintainer: MattD <1289367510 [at] qq.com>

pkgname=wine-qqintl
pkgver=0.1.3
pkgrel=2
pkgdesc='Wine QQ International by Deepin.'
arch=('i686' 'x86_64')
url='http://www.imqq.com/'
license=('Other')
source=("wine-qqintl_0.1.3-2_i386.deb::http://downloads.sourceforge.net/deepinwine-qqintl/wine-qqintl_0.1.3-2_i386.deb")
md5sums=('d0f3340da494a6b20c768b0bd51a999d')

if [ "$CARCH" = "i686" ]; then
  depends=('gtk2' 'lcms' 'ncurses' 'alsa-plugins' 'libsm' 'libpng12')
elif [ "$CARCH" = "x86_64" ]; then
  depends=('lib32-gtk2' 'lib32-lcms' 'lib32-ncurses' 'lib32-alsa-plugins' 'lib32-libsm' 'lib32-libpng12')
fi

package()
{
    tar xzvf data.tar.gz -C ${pkgdir}/
}