[arch-commits] Commit in (4 files)

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


    Date: Wednesday, October 7, 2020 @ 20:59:14
  Author: jelle
Revision: 721000

extra2community: Moving gifsicle from extra to community

Added:
  gifsicle/
  gifsicle/repos/
  gifsicle/trunk/
  gifsicle/trunk/PKGBUILD

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

Added: gifsicle/trunk/PKGBUILD
===================================================================
--- gifsicle/trunk/PKGBUILD	                        (rev 0)
+++ gifsicle/trunk/PKGBUILD	2020-10-07 20:59:14 UTC (rev 721000)
@@ -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