[arch-commits] Commit in libnatpmp/repos (4 files)
Anatol Pomozov
anatolik at nymeria.archlinux.org
Thu Apr 10 15:59:01 UTC 2014
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 <s1pkn07 at gmail.com>
-# Contributor: Kristjan Reinloo <mail at kreinloo dot net>
-# Contributor: Pierre Bourdon <delroth at 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 <s1pkn07 at gmail.com>
+# Contributor: Kristjan Reinloo <mail at kreinloo dot net>
+# Contributor: Pierre Bourdon <delroth at 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 <s1pkn07 at gmail.com>
-# Contributor: Kristjan Reinloo <mail at kreinloo dot net>
-# Contributor: Pierre Bourdon <delroth at 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 <s1pkn07 at gmail.com>
+# Contributor: Kristjan Reinloo <mail at kreinloo dot net>
+# Contributor: Pierre Bourdon <delroth at 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"
+}
More information about the arch-commits
mailing list