Date: Monday, January 13, 2020 @ 21:04:36
  Author: kkeen
Revision: 552441

archrelease: copy trunk to community-x86_64

Added:
  libpgm/repos/community-x86_64/PKGBUILD
    (from rev 552440, libpgm/trunk/PKGBUILD)
Deleted:
  libpgm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-13 21:04:22 UTC (rev 552440)
+++ PKGBUILD    2020-01-13 21:04:36 UTC (rev 552441)
@@ -1,37 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-# Contributor: Lex Black <autumn-wind at web dot de>
-# Contributor: Vladimir Kirillov <[email protected]>
-
-pkgname=libpgm
-pkgver=5.2.122
-pkgrel=4
-pkgdesc="OpenPGM: implementation of the Pragmatic General Multicast (PGM, 
RFC3208)"
-arch=('x86_64')
-url='https://www.freshports.org/net/openpgm/'
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=('python2')
-options=(!strip)
-#source=("http://openpgm.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
-source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/libpgm-$pkgver.tar.gz";
-        
libpgm-fix-pkgconfig.patch::"https://github.com/steve-o/openpgm/commit/ee25ff3d13f2639b4c3a42125e79f77f921c3320.patch";)
-sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c'
-            '4a9fc7fbb6e73e325639a895cd19c1ac6918b575f715c057caa01f826de40114')
-
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
-  find . -type f -exec sed -i 's/python/python2/g' {} \+
-  patch -p3 -i "$srcdir"/libpgm-fix-pkgconfig.patch # Fix wrong include dir in 
pkgconfig file
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
-  make prefix="$pkgdir/usr" install
-}

Copied: libpgm/repos/community-x86_64/PKGBUILD (from rev 552440, 
libpgm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-01-13 21:04:36 UTC (rev 552441)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen <[email protected]>
+# Contributor: Lex Black <autumn-wind at web dot de>
+# Contributor: Vladimir Kirillov <[email protected]>
+
+pkgname=libpgm
+pkgver=5.2.122
+pkgrel=5
+pkgdesc="OpenPGM: implementation of the Pragmatic General Multicast (PGM, 
RFC3208)"
+arch=('x86_64')
+url='https://www.freshports.org/net/openpgm/'
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=('python')
+options=(!strip)
+#source=("http://openpgm.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/libpgm-$pkgver.tar.gz";
+        
libpgm-fix-pkgconfig.patch::"https://github.com/steve-o/openpgm/commit/ee25ff3d13f2639b4c3a42125e79f77f921c3320.patch";)
+sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c'
+            '4a9fc7fbb6e73e325639a895cd19c1ac6918b575f715c057caa01f826de40114')
+
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
+  patch -p3 -i "$srcdir"/libpgm-fix-pkgconfig.patch # Fix wrong include dir in 
pkgconfig file
+  2to3 -wn version_generator.py
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
+  make prefix="$pkgdir/usr" install
+}

Reply via email to