[arch-commits] Commit in (5 files)

Andrea Scarpino andrea at archlinux.org
Thu Jun 23 08:27:53 UTC 2011


    Date: Thursday, June 23, 2011 @ 04:27:53
  Author: andrea
Revision: 128345

New kdegraphics-mobipocket tarball

Added:
  kdegraphics-mobipocket/
  kdegraphics-mobipocket/kde-unstable/
  kdegraphics-mobipocket/kde-unstable/PKGBUILD
  kdegraphics-mobipocket/repos/
  kdegraphics-mobipocket/trunk/

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Added: kdegraphics-mobipocket/kde-unstable/PKGBUILD
===================================================================
--- kdegraphics-mobipocket/kde-unstable/PKGBUILD	                        (rev 0)
+++ kdegraphics-mobipocket/kde-unstable/PKGBUILD	2011-06-23 08:27:53 UTC (rev 128345)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.6.90
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/${pkgver}/src/mobipocket-${pkgver}.tar.bz2")
+sha1sums=('645e26222f18f5e55c9f4d1ebca387be2cbff8cb')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../mobipocket-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list