[arch-commits] Commit in gifsicle/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Aug 2 03:18:35 UTC 2009


    Date: Saturday, August 1, 2009 @ 23:18:35
  Author: eric
Revision: 48442

upgpkg: gifsicle 1.55-1
    Upstream update, Improved description, Fixed license, Added ChangeLog

Added:
  gifsicle/trunk/ChangeLog
Modified:
  gifsicle/trunk/PKGBUILD

-----------+
 ChangeLog |    7 +++++++
 PKGBUILD  |   25 ++++++++++++-------------
 2 files changed, 19 insertions(+), 13 deletions(-)

Added: ChangeLog
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2009-08-02 03:18:35 UTC (rev 48442)
@@ -0,0 +1,7 @@
+2009-08-01  Eric Belanger  <eric at archlinux.org>
+
+	* gifsicle 1.55-1
+	* Upstream update
+	* Improved description
+	* Fixed license
+	* Added ChangeLog

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-02 03:15:34 UTC (rev 48441)
+++ PKGBUILD	2009-08-02 03:18:35 UTC (rev 48442)
@@ -1,23 +1,22 @@
 # $Id$
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Frank Peters <frank.peters at comcast.net>
 
 pkgname=gifsicle
-pkgver=1.48
+pkgver=1.55
 pkgrel=1
-pkgdesc="Gifsicle twaddles GIF image files in a variety of ways -- with LZW compression."
-arch=("i686" "x86_64")
-license=('GPL2')
+pkgdesc="A powerful command-line program for creating, editing, manipulating and getting information about GIF images and animations"
+arch=('i686' 'x86_64')
 url="http://www.lcdf.org/gifsicle/"
-source=(http://www.lcdf.org/$pkgname/$pkgname-$pkgver.tar.gz)
+license=('GPL')
 depends=('libsm' 'libx11')
+source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('366e63ac0aa4696397cb46a1384fd65a')
+sha1sums=('74e6c25592d95f19ab36012b5a72ff149b53055c')
 
-
 build() {
-     cd $startdir/src/$pkgname-$pkgver
-     ./configure --prefix=/usr
-     make prefix=$startdir/pkg/usr install
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr || return 1
+  make || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }
-
-
-md5sums=('3857d3d920180f2b9bac32c7b1a2e276')




More information about the arch-commits mailing list