Date: Saturday, August 20, 2016 @ 09:14:14
  Author: alucryd
Revision: 187154

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

Added:
  libpng12/repos/
  libpng12/repos/community-i686/
  libpng12/repos/community-i686/PKGBUILD
    (from rev 187153, libpng12/trunk/PKGBUILD)
  libpng12/repos/community-x86_64/
  libpng12/repos/community-x86_64/PKGBUILD
    (from rev 187153, libpng12/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   51 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   51 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 102 insertions(+)

Copied: libpng12/repos/community-i686/PKGBUILD (from rev 187153, 
libpng12/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD                               (rev 0)
+++ repos/community-i686/PKGBUILD       2016-08-20 09:14:14 UTC (rev 187154)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Arthur Zamarin <[email protected]>
+# Contributor: trya <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: dorphell <[email protected]>
+# Contributor: Travis Willard <[email protected]>
+# Contributor: Douglas Soares de Andrade <[email protected]>
+
+pkgname=libpng12
+pkgver=1.2.56
+pkgrel=1
+pkgdesc='A collection of routines used to create PNG format graphics files'
+arch=('i686' 'x86_64')
+url='http://www.libpng.org/pub/png/libpng.html'
+license=('custom')
+depends=('glibc' 'zlib')
+source=("http://sourceforge.net/projects/libpng/files/libpng-${pkgver}.tar.xz";
+        
"http://sourceforge.net/projects/apng/files/libpng/libpng12/libpng-${pkgver}-apng.patch.gz";)
+sha256sums=('24ce54581468b937734a6ecc86f7e121bc46a90d76a0d948dca08f32ee000dbe'
+            '454631947201483930c759ecb3741618258e8143db4ff13b0d938b4238bc8708')
+
+prepare() {
+  cd libpng-${pkgver}
+
+  patch -Np0 -i ../libpng-${pkgver}-apng.patch
+
+  libtoolize --force --copy
+  aclocal
+  autoconf
+  automake --add-missing
+}
+
+build() {
+  cd libpng-${pkgver}
+
+  ./configure \
+    --prefix='/usr'
+  make
+}
+
+package() {
+  cd libpng-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib/{libpng.{a,so},pkgconfig},share}
+
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libpng12/
+}
+
+# vim: ts=2 sw=2 et:

Copied: libpng12/repos/community-x86_64/PKGBUILD (from rev 187153, 
libpng12/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2016-08-20 09:14:14 UTC (rev 187154)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Arthur Zamarin <[email protected]>
+# Contributor: trya <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: dorphell <[email protected]>
+# Contributor: Travis Willard <[email protected]>
+# Contributor: Douglas Soares de Andrade <[email protected]>
+
+pkgname=libpng12
+pkgver=1.2.56
+pkgrel=1
+pkgdesc='A collection of routines used to create PNG format graphics files'
+arch=('i686' 'x86_64')
+url='http://www.libpng.org/pub/png/libpng.html'
+license=('custom')
+depends=('glibc' 'zlib')
+source=("http://sourceforge.net/projects/libpng/files/libpng-${pkgver}.tar.xz";
+        
"http://sourceforge.net/projects/apng/files/libpng/libpng12/libpng-${pkgver}-apng.patch.gz";)
+sha256sums=('24ce54581468b937734a6ecc86f7e121bc46a90d76a0d948dca08f32ee000dbe'
+            '454631947201483930c759ecb3741618258e8143db4ff13b0d938b4238bc8708')
+
+prepare() {
+  cd libpng-${pkgver}
+
+  patch -Np0 -i ../libpng-${pkgver}-apng.patch
+
+  libtoolize --force --copy
+  aclocal
+  autoconf
+  automake --add-missing
+}
+
+build() {
+  cd libpng-${pkgver}
+
+  ./configure \
+    --prefix='/usr'
+  make
+}
+
+package() {
+  cd libpng-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib/{libpng.{a,so},pkgconfig},share}
+
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libpng12/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to