Date: Saturday, February 14, 2015 @ 19:30:37 Author: jleclanche Revision: 127697
Upstream release 0.9 (Moved from AUR) Added: liblxqt-mount/ liblxqt-mount/repos/ liblxqt-mount/trunk/ liblxqt-mount/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Added: liblxqt-mount/trunk/PKGBUILD =================================================================== --- liblxqt-mount/trunk/PKGBUILD (rev 0) +++ liblxqt-mount/trunk/PKGBUILD 2015-02-14 18:30:37 UTC (rev 127697) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jerome Leclanche <[email protected]> + +pkgname=liblxqt-mount +pkgver=0.9.0 +pkgrel=2 +pkgdesc="LXQt library used to manage removable devices." +arch=("i686" "x86_64") +url="http://lxqt.org" +license=("GPL2") +depends=("qt5-base") +makedepends=("cmake" "qt5-tools") +source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz") +sha256sums=("c89ddce16a67831bf8975bc40f95729cb5069105b969f2c8abfb8ab0116dbf5d") + + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Property changes on: liblxqt-mount/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
