[arch-commits] Commit in gd/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jun 15 20:36:38 UTC 2021


    Date: Tuesday, June 15, 2021 @ 20:36:38
  Author: arojas
Revision: 418337

archrelease: copy trunk to staging-x86_64

Added:
  gd/repos/staging-x86_64/
  gd/repos/staging-x86_64/PKGBUILD
    (from rev 418336, gd/trunk/PKGBUILD)

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

Copied: gd/repos/staging-x86_64/PKGBUILD (from rev 418336, gd/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2021-06-15 20:36:38 UTC (rev 418337)
@@ -0,0 +1,37 @@
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=gd
+pkgver=2.3.2
+pkgrel=3
+pkgdesc="Library for the dynamic creation of images by programmers"
+arch=('x86_64')
+url="https://libgd.github.io/"
+license=('custom')
+depends=('fontconfig' 'libxpm' 'libwebp' 'libavif' 'libheif')
+optdepends=('perl: bdftogd script')
+checkdepends=('ttf-liberation')
+source=("https://github.com/libgd/libgd/archive/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('dcc22244d775f469bee21dce1ea42552adbb72ba0cc423f9fa6a64601b3a1893')
+
+build() {
+  cd libgd-${pkgname}-${pkgver}
+
+  ./bootstrap.sh
+  ./configure \
+    --prefix=/usr \
+    --disable-rpath
+  make
+}
+
+check() {
+  cd libgd-${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd libgd-${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list