[arch-commits] Commit in (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Feb 14 18:30:37 UTC 2015
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 <jerome at leclan.ch>
+
+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
More information about the arch-commits
mailing list