updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / 2gis-rostov / PKGBUILD
blob971dc90533ea7c888207661d42d2929e9a90b8c6
1 # Contributor: max1m <mr[dot]mxm86[at]gmail[dot]com>
2      
3 pkgname=2gis-rostov
4 pkgver=18
5 pkgrel=1
6 pkgdesc="Map of Rostov 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_Rostov-${pkgver}.orig.zip")
12 md5sums=('1f9e91653b581159d5d389941dee5669')
13      
14 build() {
15      
16    cd $startdir
17      
18 # Installing to /opt/2gis
19   install -D -m 644 ${startdir}/src/2gis/3.0/Data_Rostov.dgdat "${startdir}/pkg/opt/2gis/rostov.dgdat" || return 1
20   install -D -m 644 ${startdir}/src/2gis/3.0/Plugins/DGisLan/Rostov.dglf "${startdir}/pkg/opt/2gis/Plugins/DGisLan/Rostov.dglf" || return 1
21