updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / 2gis-belgorod / PKGBUILD
blob5b560070120861cf4bf957c99e53a6884b38d700
1 # Contributor: max1m <mr[dot]mxm86[at]gmail[dot]com>
2      
3 pkgname=2gis-belgorod
4 pkgver=3
5 pkgrel=1
6 pkgdesc="Map of Belgorod for 2GIS"
7 arch=('i686' 'x86_64')
8 url="http://help.2gis.ru/linux/"
9 license=('custom')
10 depends=('2gis')
11 source=("http://download.2gis.ru/arhives/2GISData_Belgorod-${pkgver}.orig.zip")
12 md5sums=('be6f0a3ef1d021fc34e40c64c572156b')
13      
14 build() {
15      
16    cd $startdir
17      
18 # Installing to /opt/2gis
19   install -D -m 644 ${startdir}/src/2gis/3.0/Data_Belgorod.dgdat "${startdir}/pkg/opt/2gis/belgorod.dgdat" || return 1
20   install -D -m 644 ${startdir}/src/2gis/3.0/Plugins/DGisLan/Belgorod.dglf "${startdir}/pkg/opt/2gis/Plugins/DGisLan/Belgorod.dglf" || return 1
21