[arch-commits] Commit in licq/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Sat Mar 3 08:09:05 UTC 2012
Date: Saturday, March 3, 2012 @ 03:09:05
Author: ibiru
Revision: 151821
db-move: moved licq from [staging] to [testing] (x86_64)
Added:
licq/repos/testing-x86_64/
licq/repos/testing-x86_64/PKGBUILD
(from rev 151799, licq/repos/staging-x86_64/PKGBUILD)
Deleted:
licq/repos/staging-x86_64/
----------+
PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
Copied: licq/repos/testing-x86_64/PKGBUILD (from rev 151799, licq/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-03 08:09:05 UTC (rev 151821)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="Advanced graphical ICQ clone and more for Unix"
+arch=('i686' 'x86_64')
+url="http://www.licq.org"
+license=('GPL')
+depends=('libxss' 'qt' 'openssl')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # licq
+ mkdir build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+ make
+
+ # qt4-gui
+ cd ../plugins/qt4-gui
+ mkdir build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake" ..
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}/build"
+ make DESTDIR="${pkgdir}" install
+
+ cd ../plugins/qt4-gui/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list