Date: Monday, May 27, 2013 @ 19:59:27
  Author: eric
Revision: 186487

upgpkg: openobex 1.7-3

Add static library and headers (close FS#35494)

Modified:
  openobex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-05-27 16:33:02 UTC (rev 186486)
+++ PKGBUILD    2013-05-27 17:59:27 UTC (rev 186487)
@@ -6,7 +6,7 @@
 
 pkgname=openobex
 pkgver=1.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
 url="http://dev.zuckschwerdt.org/openobex/";
 arch=('i686' 'x86_64')
@@ -32,4 +32,6 @@
 package() {
   cd build
   make DESTDIR="${pkgdir}" install
+  cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h  
"${pkgdir}/usr/include/openobex/"
+  install -m644 apps/lib/libopenobex-apps-common.a 
"${pkgdir}/usr/lib/libopenobex-apps-common.a"
 }

Reply via email to