[arch-commits] Commit in kdenetwork-strigi-analyzers/repos (4 files)

Antonio Rojas arojas at archlinux.org
Wed Jul 29 08:01:56 UTC 2015


    Date: Wednesday, July 29, 2015 @ 10:01:55
  Author: arojas
Revision: 242761

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-strigi-analyzers/repos/kde-unstable-i686/
  kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD
    (from rev 242760, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
  kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/
  kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242760, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD (from rev 242760, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-07-29 08:01:55 UTC (rev 242761)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz")
+sha1sums=('4758190a2bce6f23bdf7c61346318a3552f50610')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD (from rev 242760, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-29 08:01:55 UTC (rev 242761)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz")
+sha1sums=('4758190a2bce6f23bdf7c61346318a3552f50610')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list