[arch-commits] Commit in schroedinger/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue May 19 09:39:19 UTC 2020


    Date: Tuesday, May 19, 2020 @ 09:39:18
  Author: foutrelis
Revision: 386574

archrelease: copy trunk to staging-x86_64

Added:
  schroedinger/repos/staging-x86_64/
  schroedinger/repos/staging-x86_64/PKGBUILD
    (from rev 386573, schroedinger/trunk/PKGBUILD)

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

Copied: schroedinger/repos/staging-x86_64/PKGBUILD (from rev 386573, schroedinger/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 09:39:18 UTC (rev 386574)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Timm Preetz <timm at preetz.us>
+# Contributor: rabyte <rabyte__gmail>
+
+pkgname=schroedinger
+pkgver=1.0.11
+pkgrel=6
+pkgdesc='An implemenation of the Dirac video codec in ANSI C code'
+arch=('x86_64')
+url='https://launchpad.net/schroedinger'
+license=('GPL2' 'LGPL2.1' 'MPL' 'MIT')
+depends=('orc')
+source=("https://launchpad.net/schroedinger/trunk/${pkgver}/+download/schroedinger-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('9456AFC0814A8139E99483517FE6B095B582B0D4') # Timothy Gu
+sha256sums=('1e572a0735b92aca5746c4528f9bebd35aa0ccf8619b22fa2756137a8cc9f912'
+            'SKIP')
+
+build() {
+  cd schroedinger-${pkgver}
+
+  ./configure \
+    --prefix='/usr'
+  make
+}
+
+package() {
+  cd schroedinger-${pkgver}
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING.MIT -t "${pkgdir}"/usr/share/licenses/schroedinger/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list