[arch-commits] Commit in libspiro/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 24 20:40:26 UTC 2022


    Date: Sunday, July 24, 2022 @ 20:40:25
  Author: arojas
Revision: 451623

archrelease: copy trunk to testing-x86_64

Added:
  libspiro/repos/testing-x86_64/
  libspiro/repos/testing-x86_64/PKGBUILD
    (from rev 451622, libspiro/trunk/PKGBUILD)

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

Copied: libspiro/repos/testing-x86_64/PKGBUILD (from rev 451622, libspiro/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-07-24 20:40:25 UTC (rev 451623)
@@ -0,0 +1,37 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=libspiro
+epoch=1
+pkgver=20220722
+pkgrel=1
+pkgdesc='Simplifies the drawing of beautiful curves'
+url='https://github.com/fontforge/libspiro'
+license=('GPL')
+arch=('x86_64')
+source=("https://github.com/fontforge/libspiro/releases/download/${pkgver}/libspiro-dist-${pkgver}.tar.gz")
+depends=(glibc)
+sha256sums=('3b8e54473f3d4d99c014f2630e62f966f5f4e25c28ca59b63d30bd8e9b7593f5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -i
+  automake --foreign -Wall
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc
+}



More information about the arch-commits mailing list