[arch-commits] Commit in gdlmm/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 21:09:49 UTC 2018


    Date: Friday, November 9, 2018 @ 21:09:49
  Author: foutrelis
Revision: 404541

archrelease: copy trunk to community-staging-x86_64

Added:
  gdlmm/repos/community-staging-x86_64/
  gdlmm/repos/community-staging-x86_64/PKGBUILD
    (from rev 404539, gdlmm/trunk/PKGBUILD)

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

Copied: gdlmm/repos/community-staging-x86_64/PKGBUILD (from rev 404539, gdlmm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 21:09:49 UTC (rev 404541)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=gdlmm
+pkgver=3.7.3
+pkgrel=4
+pkgdesc='C++ bindings for the gdl library'
+arch=('x86_64')
+url='https://git.gnome.org/browse/gdlmm/'
+depends=('gdl' 'gtkmm3')
+options=('!emptydirs')
+license=('LGPL')
+source=("https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('e280ed9233877b63ad0a0c8fb04d2c35dc6a29b3312151ee21a15b5932fef79b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CXXFLAGS+=' -std=c++11'
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list