Date: Monday, October 20, 2014 @ 00:26:18
  Author: bisson
Revision: 224841

distribute libspiro.pc

Modified:
  libspiro/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-10-19 22:23:19 UTC (rev 224840)
+++ PKGBUILD    2014-10-19 22:26:18 UTC (rev 224841)
@@ -5,7 +5,7 @@
 pkgname=libspiro
 epoch=1
 pkgver=0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Simplifies the drawing of beautiful curves'
 url='https://github.com/fontforge/libspiro'
 license=('GPL')
@@ -34,4 +34,5 @@
 package() {
        cd "${srcdir}/${pkgname}-${pkgver}"
        make DESTDIR="${pkgdir}" install
+       install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc
 }

Reply via email to