[arch-commits] Commit in libmng/repos/staging-i686 (PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Thu Aug 15 20:39:45 UTC 2013
Date: Thursday, August 15, 2013 @ 22:39:45
Author: eric
Revision: 193083
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
libmng/repos/staging-i686/PKGBUILD
(from rev 193082, libmng/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: libmng/repos/staging-i686/PKGBUILD (from rev 193082, libmng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-08-15 20:39:45 UTC (rev 193083)
@@ -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