Date: Thursday, August 15, 2013 @ 22:38:57
  Author: eric
Revision: 193082

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

Added:
  libmng/repos/staging-i686/
  libmng/repos/staging-x86_64/
  libmng/repos/staging-x86_64/PKGBUILD
    (from rev 193081, libmng/trunk/PKGBUILD)

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

Copied: libmng/repos/staging-x86_64/PKGBUILD (from rev 193081, 
libmng/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2013-08-15 20:38:57 UTC (rev 193082)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <[email protected]>
+
+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"
+}

Reply via email to