[arch-commits] Commit in gifsicle/repos (community-x86_64 community-x86_64/PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed Oct 7 20:59:23 UTC 2020


    Date: Wednesday, October 7, 2020 @ 20:59:23
  Author: jelle
Revision: 721001

archrelease: copy trunk to community-x86_64

Added:
  gifsicle/repos/community-x86_64/
  gifsicle/repos/community-x86_64/PKGBUILD
    (from rev 721000, gifsicle/trunk/PKGBUILD)

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

Copied: gifsicle/repos/community-x86_64/PKGBUILD (from rev 721000, gifsicle/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-10-07 20:59:23 UTC (rev 721001)
@@ -0,0 +1,23 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gifsicle
+pkgver=1.92
+pkgrel=2
+pkgdesc="A powerful command-line program for creating, editing, manipulating and getting information about GIF images and animations"
+arch=('x86_64')
+url="https://www.lcdf.org/gifsicle/"
+license=('GPL')
+depends=('libx11')
+source=(https://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('c2dfca098ce67f22bca5e555cda9b54e8b95c816')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list