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

Jelle van der Waa jelle at archlinux.org
Thu Jun 1 19:11:59 UTC 2017


    Date: Thursday, June 1, 2017 @ 19:11:58
  Author: jelle
Revision: 232578

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

Added:
  guetzli/repos/community-i686/
  guetzli/repos/community-i686/PKGBUILD
    (from rev 232577, guetzli/trunk/PKGBUILD)
  guetzli/repos/community-x86_64/
  guetzli/repos/community-x86_64/PKGBUILD
    (from rev 232577, guetzli/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   23 +++++++++++++++++++++++
 community-x86_64/PKGBUILD |   23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: guetzli/repos/community-i686/PKGBUILD (from rev 232577, guetzli/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-01 19:11:58 UTC (rev 232578)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=guetzli
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="Perceptual JPEG encoder"
+arch=('x86_64' 'i686')
+url="https://github.com/google/guetzli"
+license=('Apache')
+depends=('libpng')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz")
+sha512sums=('0aba6c7490699fa123d78e2c3b61c5a6ab2660ab4a3d5126f592a667e86f4ca69384e952c9bd20a9527919dae2b412972d9b3e51fc6a6302d4e0cafe81895ef3')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/bin/"
+  install -Dm755 bin/Release/guetzli "$pkgdir/usr/bin/"
+}

Copied: guetzli/repos/community-x86_64/PKGBUILD (from rev 232577, guetzli/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-01 19:11:58 UTC (rev 232578)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=guetzli
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="Perceptual JPEG encoder"
+arch=('x86_64' 'i686')
+url="https://github.com/google/guetzli"
+license=('Apache')
+depends=('libpng')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz")
+sha512sums=('0aba6c7490699fa123d78e2c3b61c5a6ab2660ab4a3d5126f592a667e86f4ca69384e952c9bd20a9527919dae2b412972d9b3e51fc6a6302d4e0cafe81895ef3')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/bin/"
+  install -Dm755 bin/Release/guetzli "$pkgdir/usr/bin/"
+}



More information about the arch-commits mailing list