summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8e0aec04f53a9233f4cd47a6eac93c09ae224f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Iru Cai <mytbk920423@gmail.com>
pkgname=qqwry
pkgver=20150426
pkgrel=1
pkgdesc="IP to location data file qqwry.dat"
arch=('i686' 'x86_64')
url="http://www.cz88.net/"
license=('custom')
makedepends=('innoextract')
source=('http://update.cz88.net/soft/setup.zip')
md5sums=('SKIP')

build() {
  cd "$srcdir"

  innoextract setup.exe
}

package() {
  install -d "$pkgdir/usr/share/qqwry/"
  cp "$srcdir/app/qqwry.dat" "$pkgdir/usr/share/qqwry/"
}

# vim:set ts=2 sw=2 et: