Date: Monday, February 8, 2016 @ 01:32:16
  Author: foutrelis
Revision: 160646

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

Added:
  optipng/repos/community-staging-i686/
  optipng/repos/community-staging-i686/PKGBUILD
    (from rev 160645, optipng/trunk/PKGBUILD)
  optipng/repos/community-staging-x86_64/
  optipng/repos/community-staging-x86_64/PKGBUILD
    (from rev 160645, optipng/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: optipng/repos/community-staging-i686/PKGBUILD (from rev 160645, 
optipng/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-02-08 00:32:16 UTC (rev 160646)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+# Contributor: Aaron Schaefer <[email protected]>
+
+pkgname=optipng
+pkgver=0.7.5
+pkgrel=2
+pkgdesc='Compresses PNG files to a smaller size, without losing any 
information.'
+arch=('i686' 'x86_64')
+url='http://optipng.sourceforge.net/'
+license=('ZLIB')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('90ac1ec7945d48c0e9859b977b5df411')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+
+  # install license
+  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 
+}

Copied: optipng/repos/community-staging-x86_64/PKGBUILD (from rev 160645, 
optipng/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:32:16 UTC (rev 160646)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+# Contributor: Aaron Schaefer <[email protected]>
+
+pkgname=optipng
+pkgver=0.7.5
+pkgrel=2
+pkgdesc='Compresses PNG files to a smaller size, without losing any 
information.'
+arch=('i686' 'x86_64')
+url='http://optipng.sourceforge.net/'
+license=('ZLIB')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('90ac1ec7945d48c0e9859b977b5df411')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+
+  # install license
+  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 
+}

Reply via email to