[arch-commits] Commit in gd/repos (4 files)

Pierre Schmitz pierre at archlinux.org
Sun Feb 8 08:47:37 UTC 2015


    Date: Sunday, February 8, 2015 @ 09:47:36
  Author: pierre
Revision: 231132

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

Added:
  gd/repos/testing-i686/
  gd/repos/testing-i686/PKGBUILD
    (from rev 231131, gd/trunk/PKGBUILD)
  gd/repos/testing-x86_64/
  gd/repos/testing-x86_64/PKGBUILD
    (from rev 231131, gd/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: gd/repos/testing-i686/PKGBUILD (from rev 231131, gd/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-02-08 08:47:36 UTC (rev 231132)
@@ -0,0 +1,36 @@
+# $Id$
+
+pkgname=gd
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Library for the dynamic creation of images by programmers"
+arch=('i686' 'x86_64')
+url="http://www.libgd.org/"
+license=('custom')
+depends=('fontconfig' 'libvpx' 'libxpm' 'libtiff')
+makedepends=('git')
+optdepends=('perl: bdftogd script')
+source=("${pkgname}::git+https://github.com/libgd/libgd.git#tag=${pkgname}-${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+  ./bootstrap.sh
+  ./configure \
+    --prefix=/usr \
+    --disable-rpath \
+    --with-vpx=/usr \
+    --with-tiff=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}
+  make check
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: gd/repos/testing-x86_64/PKGBUILD (from rev 231131, gd/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-02-08 08:47:36 UTC (rev 231132)
@@ -0,0 +1,36 @@
+# $Id$
+
+pkgname=gd
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Library for the dynamic creation of images by programmers"
+arch=('i686' 'x86_64')
+url="http://www.libgd.org/"
+license=('custom')
+depends=('fontconfig' 'libvpx' 'libxpm' 'libtiff')
+makedepends=('git')
+optdepends=('perl: bdftogd script')
+source=("${pkgname}::git+https://github.com/libgd/libgd.git#tag=${pkgname}-${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+  ./bootstrap.sh
+  ./configure \
+    --prefix=/usr \
+    --disable-rpath \
+    --with-vpx=/usr \
+    --with-tiff=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}
+  make check
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list