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

Eric Bélanger eric at nymeria.archlinux.org
Thu Aug 15 20:40:30 UTC 2013


    Date: Thursday, August 15, 2013 @ 22:40:30
  Author: eric
Revision: 193084

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

Added:
  libmng/repos/staging-x86_64/PKGBUILD
    (from rev 193083, libmng/trunk/PKGBUILD)
Deleted:
  libmng/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-15 20:39:45 UTC (rev 193083)
+++ PKGBUILD	2013-08-15 20:40:30 UTC (rev 193084)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=libmng
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="A collection of routines used to create and manipulate MNG format graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libmng.com/"
-license=('custom')
-depends=('lcms2')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
-          'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libmng/repos/staging-x86_64/PKGBUILD (from rev 193083, libmng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-08-15 20:40:30 UTC (rev 193084)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libmng
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="A collection of routines used to create and manipulate MNG format graphics files"
+arch=('i686' 'x86_64')
+url="http://www.libmng.com/"
+license=('custom')
+depends=('lcms2')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
+          'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list