[arch-commits] Commit in sparsehash/repos/community-any (PKGBUILD PKGBUILD)

Massimiliano Torromeo mtorromeo at nymeria.archlinux.org
Tue Jul 1 08:07:24 UTC 2014


    Date: Tuesday, July 1, 2014 @ 10:07:24
  Author: mtorromeo
Revision: 113897

archrelease: copy trunk to community-any

Added:
  sparsehash/repos/community-any/PKGBUILD
    (from rev 113894, sparsehash/trunk/PKGBUILD)
Deleted:
  sparsehash/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 08:07:13 UTC (rev 113896)
+++ PKGBUILD	2014-07-01 08:07:24 UTC (rev 113897)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=sparsehash
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Library that contains several hash-map implementations, including implementations that optimize for space or speed."
-arch=("any")
-url="http://code.google.com/p/sparsehash"
-license=('BSD')
-source=("http://sparsehash.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	make DESTDIR="$pkgdir/" install
-	install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-sha256sums=('2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c')

Copied: sparsehash/repos/community-any/PKGBUILD (from rev 113894, sparsehash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 08:07:24 UTC (rev 113897)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=sparsehash
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="Library that contains several hash-map implementations, including implementations that optimize for space or speed."
+arch=("any")
+url="http://code.google.com/p/sparsehash"
+license=('BSD')
+source=("http://sparsehash.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+
+build() {
+	cd "$srcdir"/$pkgname-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir"/$pkgname-$pkgver
+	make DESTDIR="$pkgdir/" install
+	install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+sha256sums=('2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c')




More information about the arch-commits mailing list