[arch-commits] Commit in (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 17 21:11:57 UTC 2015
Date: Friday, April 17, 2015 @ 23:11:57
Author: arojas
Revision: 131562
extra2community: Moving libwlocate from extra to community
Added:
libwlocate/
libwlocate/repos/
libwlocate/trunk/
libwlocate/trunk/PKGBUILD
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Added: libwlocate/trunk/PKGBUILD
===================================================================
--- libwlocate/trunk/PKGBUILD (rev 0)
+++ libwlocate/trunk/PKGBUILD 2015-04-17 21:11:57 UTC (rev 131562)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
+# Contributor: Bjoern Franke <bjo at nord-west.org>
+
+pkgname=libwlocate
+pkgver=r267.e7bf51f
+pkgrel=1
+_gitrev=e7bf51f293fb04af780a6aa951bc294de05f6cc5
+pkgdesc="A shared library that can be used for location-based services"
+arch=(i686 x86_64)
+url="http://sourceforge.net/projects/libwlocate"
+license=(GPL)
+depends=(wireless_tools glibc)
+source=("http://sourceforge.net/code-snapshots/git/l/li/libwlocate/code.git/$pkgname-code-$_gitrev.zip")
+md5sums=('d05ddaf3405d6578183740e9d80520a0')
+
+build() {
+ cd $pkgname-code-$_gitrev/master
+ make -f Makelib
+ make
+}
+
+package() {
+ cd $pkgname-code-$_gitrev/master
+ install -Dm644 libwlocate.so "$pkgdir/usr/lib/libwlocate.so"
+ install -Dm644 libwlocate.h "$pkgdir/usr/include/libwlocate.h"
+ install -Dm755 lwtrace "$pkgdir/usr/bin/lwtrace"
+}
+
Property changes on: libwlocate/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list