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