Date: Friday, October 16, 2015 @ 08:19:39 Author: fyan Revision: 144222
addpkg: mlite 0.2.16-1 Added: mlite/ mlite/repos/ mlite/trunk/ mlite/trunk/PKGBUILD ----------+ PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) Added: mlite/trunk/PKGBUILD =================================================================== --- mlite/trunk/PKGBUILD (rev 0) +++ mlite/trunk/PKGBUILD 2015-10-16 06:19:39 UTC (rev 144222) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> + +pkgname=mlite +pkgver=0.2.16 +pkgrel=1 +pkgdesc="Useful classes originating from MeeGo Touch" +arch=('i686' 'x86_64') +url="http://github.com/nemomobile/mlite" +license=('LGPL') +depends=('qt5-base' 'dconf') +makedepends=('git' 'qt5-tools') +source=("git+https://github.com/nemomobile/mlite.git#tag=$pkgver") +sha256sums=('SKIP') + +build() { + cd mlite + + qmake-qt5 + make +} + +package() { + cd mlite + + make INSTALL_ROOT="${pkgdir}" install + + # Remove tests + rm -r "$pkgdir/opt" +} Property changes on: mlite/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
