1 # Maintainer: Gaetan Bisson <bisson@archlinux.org>
2 # Contributor: Rémy Oudompheng <oudomphe@clipper.ens.fr>
8 pkgdesc='Simplifies the drawing of beautiful curves'
9 url='https://github.com/fontforge/libspiro'
12 source=("https://github.com/fontforge/libspiro/releases/download/${pkgver}/libspiro-dist-${pkgver}.tar.gz")
14 sha256sums=('5984fb5af3e4e1f927f3a74850b705a711fb86284802a5e6170b09786440e8be')
17 cd ${pkgname}-${pkgver}
19 automake --foreign -Wall
23 cd ${pkgname}-${pkgver}
24 ./configure --prefix=/usr
29 cd ${pkgname}-${pkgver}
34 cd ${pkgname}-${pkgver}
35 make DESTDIR="${pkgdir}" install
36 install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc