summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8f0ba3d7379e2b10e236f94cb439229598b509e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Pellegrino Prevete <cGVsbGVncmlub3ByZXZldGVAZ21haWwuY29tCg== | base -d>
# Contributor: Nikita Ukhrenkov <thekit@disroot.org>
# Contributor: Bart Ribbers <bribbers@disroot.org>

pkgname=cityinfo
pkgver=0.5.18
pkgrel=1
pkgdesc="Cityinfo library allows to get some informations about cities."
url="https://github.com/maemo-leste/$pkgname"
arch=(any)
license=(LGPL)
makedepends=(gconf glib2 git)
groups=(maemo)
source=("git+$url.git#tag=$pkgver")
sha256sums=('SKIP')

build() {
  cd $pkgname
  make
 }

package() {
  cd $pkgname
  DESTDIR="$pkgdir" make install
}