[arch-commits] Commit in (4 files)
Andrea Scarpino
andrea at archlinux.org
Fri May 6 06:29:29 UTC 2011
Date: Friday, May 6, 2011 @ 02:29:29
Author: andrea
Revision: 122697
new amarok dependence
Added:
libmygpo-qt/
libmygpo-qt/repos/
libmygpo-qt/trunk/
libmygpo-qt/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: libmygpo-qt/trunk/PKGBUILD
===================================================================
--- libmygpo-qt/trunk/PKGBUILD (rev 0)
+++ libmygpo-qt/trunk/PKGBUILD 2011-05-06 06:29:29 UTC (rev 122697)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libmygpo-qt
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A C++/Qt client library for gpodder.net"
+arch=('i686' 'x86_64')
+url="http://wiki.gpodder.org/wiki/Libmygpo-qt"
+license=('LGPL2.1')
+depends=('qjson')
+makedepends=('cmake')
+source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz")
+md5sums=('6f88444c82e9840638ec16e366457dd7')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../${pkgname}.${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package(){
+ cd "${srcdir}/build"
+ make DESTDIR="${pkgdir}" install
+}
Property changes on: libmygpo-qt/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
+ Id
More information about the arch-commits
mailing list