[arch-commits] Commit in sane/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Mar 2 07:57:52 UTC 2012


    Date: Friday, March 2, 2012 @ 02:57:51
  Author: tpowa
Revision: 151750

upgpkg: sane 1.0.22-6

add pkg-config file

Modified:
  sane/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-02 07:36:36 UTC (rev 151749)
+++ PKGBUILD	2012-03-02 07:57:51 UTC (rev 151750)
@@ -6,7 +6,7 @@
 
 pkgname=sane
 pkgver=1.0.22
-pkgrel=5
+pkgrel=6
 pkgdesc="Scanner Access Now Easy"
 url="http://www.sane-project.org/"
 arch=('i686' 'x86_64')
@@ -54,4 +54,8 @@
   
   # install xinetd file
   install -D -m644 "${srcdir}/sane.xinetd" "${pkgdir}/etc/xinetd.d/sane"
+  
+  # Install the pkg-config file
+  install -D -m644 tools/sane-backends.pc \
+     "${pkgdir}/usr/lib/pkgconfig/sane-backends.pc "
 }




More information about the arch-commits mailing list