1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
6 pkgdesc="Glacier Application library"
8 url="https://github.com/nemomobile-ux/libglacierapp"
10 depends=('mlite' 'qt5-declarative')
12 source=("https://github.com/nemomobile-ux/libglacierapp/archive/$pkgver/$pkgname-$pkgver.tar.gz")
13 sha512sums=('03b3c761f6e3d7c283f1acfab5de7441df33610df6c349172667c6d0e9ea032675280f12f6ca3861fb143708da1e7618b6fd08bfac596d7988d45c575b711963')
18 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
24 make DESTDIR="$pkgdir" install