[arch-commits] Commit in libwlocate/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 30 21:31:46 UTC 2018
Date: Wednesday, May 30, 2018 @ 21:31:46
Author: arojas
Revision: 333520
archrelease: copy trunk to community-x86_64
Added:
libwlocate/repos/community-x86_64/PKGBUILD
(from rev 333519, libwlocate/trunk/PKGBUILD)
Deleted:
libwlocate/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 +++++++++++++++++++++++++++++-------------------------------
1 file changed, 29 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-30 21:31:25 UTC (rev 333519)
+++ PKGBUILD 2018-05-30 21:31:46 UTC (rev 333520)
@@ -1,31 +0,0 @@
-# $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=0.1
-pkgrel=1
-epoch=1
-_gitrev=ef865799942243896a4ace5e5b4dae999769b6ff
-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=("https://github.com/openwifi-su/lwlocate/archive/v$pkgver.tar.gz")
-md5sums=('615649a7379968b46248081a4ec014aa')
-
-build() {
- cd lwlocate-$pkgver/master
- make -f Makelib
- make
-}
-
-package() {
- cd lwlocate-$pkgver/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
-}
-
Copied: libwlocate/repos/community-x86_64/PKGBUILD (from rev 333519, libwlocate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-30 21:31:46 UTC (rev 333520)
@@ -0,0 +1,29 @@
+# $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=0.1
+pkgrel=2
+epoch=1
+pkgdesc="A shared library that can be used for location-based services"
+arch=(x86_64)
+url="http://sourceforge.net/projects/libwlocate"
+license=(GPL)
+depends=(wireless_tools glibc)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/openwifi-su/lwlocate/archive/v$pkgver.tar.gz")
+sha256sums=('791899f4890fa88553b4e8417376187d7d533ead962f5fe51f598b6ed9a2c258')
+
+build() {
+ cd lwlocate-$pkgver/master
+ make -f Makelib
+ make
+}
+
+package() {
+ cd lwlocate-$pkgver/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
+}
More information about the arch-commits
mailing list