[arch-commits] Commit in arcus/repos (4 files)

Jelle van der Waa jelle at archlinux.org
Sat May 6 18:36:54 UTC 2017


    Date: Saturday, May 6, 2017 @ 18:36:54
  Author: jelle
Revision: 227223

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  arcus/repos/community-staging-i686/
  arcus/repos/community-staging-i686/PKGBUILD
    (from rev 227222, arcus/trunk/PKGBUILD)
  arcus/repos/community-staging-x86_64/
  arcus/repos/community-staging-x86_64/PKGBUILD
    (from rev 227222, arcus/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: arcus/repos/community-staging-i686/PKGBUILD (from rev 227222, arcus/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-05-06 18:36:54 UTC (rev 227223)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Grey Christoforo <first name [at] last name [dot] net>
+
+pkgname=arcus
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="Communication library between internal components for Ultimaker software"
+url="https://github.com/Ultimaker/libArcus"
+arch=('x86_64' 'i686')
+license=('AGPL')
+makedepends=('cmake')
+depends=('python' 'protobuf' 'python-sip')
+source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
+md5sums=('a8f83c896793262967971b7a94fe3082')
+
+build() {
+  cd libArcus-${pkgver}
+  mkdir -p build
+  cd build
+  
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=OFF  \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
+
+  make
+}
+
+package() {
+  cd libArcus-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: arcus/repos/community-staging-x86_64/PKGBUILD (from rev 227222, arcus/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-05-06 18:36:54 UTC (rev 227223)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Grey Christoforo <first name [at] last name [dot] net>
+
+pkgname=arcus
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="Communication library between internal components for Ultimaker software"
+url="https://github.com/Ultimaker/libArcus"
+arch=('x86_64' 'i686')
+license=('AGPL')
+makedepends=('cmake')
+depends=('python' 'protobuf' 'python-sip')
+source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
+md5sums=('a8f83c896793262967971b7a94fe3082')
+
+build() {
+  cd libArcus-${pkgver}
+  mkdir -p build
+  cd build
+  
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=OFF  \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
+
+  make
+}
+
+package() {
+  cd libArcus-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list