Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Nov 18th, 2010  |  syntax: None  |  size: 0.67 KB  |  hits: 85  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Contributor: stanislaw <i@archuser.pp.ru>
  2.  
  3. pkgname=2gis-krasnodar
  4. pkgver=10
  5. pkgrel=1
  6. pkgdesc="Map of Krasnodar 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_Krasnodar-${pkgver}.orig.zip")
  12. md5sums=('1d8c1ded583fb032c795a3c71a705dbd')
  13.  
  14. build() {
  15.  
  16.   cd $startdir
  17.  
  18. # Installing to /opt/2gis
  19.   install -D -m 644 ${startdir}/src/2gis/3.0/Data_Krasnodar.dgdat "${startdir}/pkg/opt/2gis/krasnodar.dgdat" || return 1
  20.   install -D -m 644 ${startdir}/src/2gis/3.0/Plugins/DGisLan/Krasnodar.dglf "${startdir}/pkg/opt/2gis/Plugins/DGisLan/Krasnodar.dglf" || return 1
  21.  
  22. }