[arch-commits] Commit in npapi-sdk/repos/extra-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed May 30 18:25:52 UTC 2018


    Date: Wednesday, May 30, 2018 @ 18:25:52
  Author: jelle
Revision: 325153

archrelease: copy trunk to extra-any

Added:
  npapi-sdk/repos/extra-any/PKGBUILD
    (from rev 325152, npapi-sdk/trunk/PKGBUILD)
Deleted:
  npapi-sdk/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 18:25:23 UTC (rev 325152)
+++ PKGBUILD	2018-05-30 18:25:52 UTC (rev 325153)
@@ -1,24 +0,0 @@
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=npapi-sdk
-pkgver=0.27.2
-pkgrel=1
-pkgdesc="Netscape Plugin API (NPAPI)"
-arch=(any)
-url="https://bitbucket.org/mgorny/npapi-sdk"
-license=('MPL')
-source=(https://bitbucket.org/mgorny/$pkgname/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('e81db61e206cd615cf56c4a9f301e636')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: npapi-sdk/repos/extra-any/PKGBUILD (from rev 325152, npapi-sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 18:25:52 UTC (rev 325153)
@@ -0,0 +1,24 @@
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=npapi-sdk
+pkgver=0.27.2
+pkgrel=2
+pkgdesc="Netscape Plugin API (NPAPI)"
+arch=(any)
+url="https://bitbucket.org/mgorny/npapi-sdk"
+license=('MPL')
+source=(https://bitbucket.org/mgorny/$pkgname/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('e81db61e206cd615cf56c4a9f301e636')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list