# Contributor: Nebulosa pkgname=2gis-foo pkgver=1 pkgrel=1 pkgdesc="Map of Foo for 2GIS" arch=('i686' 'x86_64') url="http://help.2gis.ru/linux/" license=('custom') depends=('2gis') source=("http://download.2gis.ru/arhives/2GISData_Foo-${pkgver}.orig.zip") md5sums=('md5') build() { cd $startdir # Installing to /opt/2gis install -D -m 644 ${startdir}/src/2gis/3.0/Data_Foo.dgdat "${startdir}/pkg/opt/2gis/foo.dgdat" || return 1 install -D -m 644 ${startdir}/src/2gis/3.0/Plugins/DGisLan/Foo.dglf "${startdir}/pkg/opt/2gis/Plugins/DGisLan/Foo.dglf" || return 1 }