[arch-commits] Commit in libnatpmp/repos (4 files)

2017-01-01 Thread Antonio Rojas
Date: Sunday, January 1, 2017 @ 21:04:38
  Author: arojas
Revision: 204133

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  libnatpmp/repos/community-testing-i686/
  libnatpmp/repos/community-testing-i686/PKGBUILD
(from rev 204132, libnatpmp/trunk/PKGBUILD)
  libnatpmp/repos/community-testing-x86_64/
  libnatpmp/repos/community-testing-x86_64/PKGBUILD
(from rev 204132, libnatpmp/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libnatpmp/repos/community-testing-i686/PKGBUILD (from rev 204132, 
libnatpmp/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-01 21:04:38 UTC (rev 204133)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Kristjan Reinloo 
+# Contributor: Pierre Bourdon 
+
+pkgname=libnatpmp
+pkgver=20150609
+pkgrel=1
+pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
+arch=(i686 x86_64)
+url='http://miniupnp.free.fr/libnatpmp.html'
+license=(BSD)
+depends=(glibc)
+source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz)
+sha1sums=('8a4eb09b9512c73ebe4b44b6b66b43504cb69539')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's/CFLAGS = /CFLAGS += /' -i Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALLPREFIX="$pkgdir/usr" INSTALLDIRINC="$pkgdir/usr/include" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 natpmpc.1 "$pkgdir/usr/share/man/man1/natpmpc.1"
+}

Copied: libnatpmp/repos/community-testing-x86_64/PKGBUILD (from rev 204132, 
libnatpmp/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-01 21:04:38 UTC (rev 204133)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Kristjan Reinloo 
+# Contributor: Pierre Bourdon 
+
+pkgname=libnatpmp
+pkgver=20150609
+pkgrel=1
+pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
+arch=(i686 x86_64)
+url='http://miniupnp.free.fr/libnatpmp.html'
+license=(BSD)
+depends=(glibc)
+source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz)
+sha1sums=('8a4eb09b9512c73ebe4b44b6b66b43504cb69539')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's/CFLAGS = /CFLAGS += /' -i Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALLPREFIX="$pkgdir/usr" INSTALLDIRINC="$pkgdir/usr/include" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 natpmpc.1 "$pkgdir/usr/share/man/man1/natpmpc.1"
+}


[arch-commits] Commit in libnatpmp/repos (4 files)

2014-04-10 Thread Anatol Pomozov
Date: Thursday, April 10, 2014 @ 17:59:00
  Author: anatolik
Revision: 109133

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libnatpmp/repos/community-i686/PKGBUILD
(from rev 109132, libnatpmp/trunk/PKGBUILD)
  libnatpmp/repos/community-x86_64/PKGBUILD
(from rev 109132, libnatpmp/trunk/PKGBUILD)
Deleted:
  libnatpmp/repos/community-i686/PKGBUILD
  libnatpmp/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   31 -
 community-x86_64/PKGBUILD |   31 -
 3 files changed, 64 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-10 15:58:15 UTC (rev 109132)
+++ community-i686/PKGBUILD 2014-04-10 15:59:00 UTC (rev 109133)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
-# Contributor: Gustavo Alvarez s1pk...@gmail.com
-# Contributor: Kristjan Reinloo mail at kreinloo dot net
-# Contributor: Pierre Bourdon delr...@gmail.com
-
-pkgname=libnatpmp
-pkgver=20131126
-pkgrel=1
-pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
-arch=(i686 x86_64)
-url='http://miniupnp.free.fr/libnatpmp.html'
-license=(BSD)
-depends=(glibc)
-source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz)
-sha1sums=('604a620fa38e0681d4822400156db2daaee954d1')
-
-prepare() {
-  sed -e 's/CFLAGS = /CFLAGS += /' -i $pkgname-$pkgver/Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALLPREFIX=$pkgdir/usr INSTALLDIRINC=$pkgdir/usr/include install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libnatpmp/repos/community-i686/PKGBUILD (from rev 109132, 
libnatpmp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-10 15:59:00 UTC (rev 109133)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Gustavo Alvarez s1pk...@gmail.com
+# Contributor: Kristjan Reinloo mail at kreinloo dot net
+# Contributor: Pierre Bourdon delr...@gmail.com
+
+pkgname=libnatpmp
+pkgver=20140401
+pkgrel=1
+pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
+arch=(i686 x86_64)
+url='http://miniupnp.free.fr/libnatpmp.html'
+license=(BSD)
+depends=(glibc)
+source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz)
+sha1sums=('e9511edecb9a75dbe8c9ed39c0469a18dc7e950b')
+
+prepare() {
+  sed -e 's/CFLAGS = /CFLAGS += /' -i $pkgname-$pkgver/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALLPREFIX=$pkgdir/usr INSTALLDIRINC=$pkgdir/usr/include install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 natpmpc.1 $pkgdir/usr/share/man/man1/natpmpc.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-10 15:58:15 UTC (rev 109132)
+++ community-x86_64/PKGBUILD   2014-04-10 15:59:00 UTC (rev 109133)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
-# Contributor: Gustavo Alvarez s1pk...@gmail.com
-# Contributor: Kristjan Reinloo mail at kreinloo dot net
-# Contributor: Pierre Bourdon delr...@gmail.com
-
-pkgname=libnatpmp
-pkgver=20131126
-pkgrel=1
-pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
-arch=(i686 x86_64)
-url='http://miniupnp.free.fr/libnatpmp.html'
-license=(BSD)
-depends=(glibc)
-source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz)
-sha1sums=('604a620fa38e0681d4822400156db2daaee954d1')
-
-prepare() {
-  sed -e 's/CFLAGS = /CFLAGS += /' -i $pkgname-$pkgver/Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALLPREFIX=$pkgdir/usr INSTALLDIRINC=$pkgdir/usr/include install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libnatpmp/repos/community-x86_64/PKGBUILD (from rev 109132, 
libnatpmp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-10 15:59:00 UTC (rev 109133)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Gustavo Alvarez s1pk...@gmail.com
+# Contributor: Kristjan Reinloo mail at kreinloo dot net
+# Contributor: Pierre Bourdon delr...@gmail.com
+
+pkgname=libnatpmp
+pkgver=20140401
+pkgrel=1
+pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
+arch=(i686 x86_64)

[arch-commits] Commit in libnatpmp/repos (4 files)

2014-03-16 Thread Anatol Pomozov
Date: Monday, March 17, 2014 @ 03:13:36
  Author: anatolik
Revision: 107317

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  libnatpmp/repos/community-testing-i686/
  libnatpmp/repos/community-testing-i686/PKGBUILD
(from rev 107316, libnatpmp/trunk/PKGBUILD)
  libnatpmp/repos/community-testing-x86_64/
  libnatpmp/repos/community-testing-x86_64/PKGBUILD
(from rev 107316, libnatpmp/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   31 +++
 community-testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libnatpmp/repos/community-testing-i686/PKGBUILD (from rev 107316, 
libnatpmp/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-03-17 02:13:36 UTC (rev 107317)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Gustavo Alvarez s1pk...@gmail.com
+# Contributor: Kristjan Reinloo mail at kreinloo dot net
+# Contributor: Pierre Bourdon delr...@gmail.com
+
+pkgname=libnatpmp
+pkgver=20131126
+pkgrel=1
+pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
+arch=(i686 x86_64)
+url='http://miniupnp.free.fr/libnatpmp.html'
+license=(BSD)
+depends=(glibc)
+source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz)
+sha1sums=('604a620fa38e0681d4822400156db2daaee954d1')
+
+prepare() {
+  sed -e 's/CFLAGS = /CFLAGS += /' -i $pkgname-$pkgver/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALLPREFIX=$pkgdir/usr INSTALLDIRINC=$pkgdir/usr/include install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libnatpmp/repos/community-testing-x86_64/PKGBUILD (from rev 107316, 
libnatpmp/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-03-17 02:13:36 UTC (rev 107317)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Gustavo Alvarez s1pk...@gmail.com
+# Contributor: Kristjan Reinloo mail at kreinloo dot net
+# Contributor: Pierre Bourdon delr...@gmail.com
+
+pkgname=libnatpmp
+pkgver=20131126
+pkgrel=1
+pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
+arch=(i686 x86_64)
+url='http://miniupnp.free.fr/libnatpmp.html'
+license=(BSD)
+depends=(glibc)
+source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz)
+sha1sums=('604a620fa38e0681d4822400156db2daaee954d1')
+
+prepare() {
+  sed -e 's/CFLAGS = /CFLAGS += /' -i $pkgname-$pkgver/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALLPREFIX=$pkgdir/usr INSTALLDIRINC=$pkgdir/usr/include install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}