[arch-commits] Commit in (4 files)

Timothy Redaelli tredaelli at archlinux.org
Thu Jul 16 15:46:10 UTC 2015


    Date: Thursday, July 16, 2015 @ 17:46:10
  Author: tredaelli
Revision: 137004

New package: npapi-vlc

Added:
  npapi-vlc/
  npapi-vlc/repos/
  npapi-vlc/trunk/
  npapi-vlc/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: npapi-vlc/trunk/PKGBUILD
===================================================================
--- npapi-vlc/trunk/PKGBUILD	                        (rev 0)
+++ npapi-vlc/trunk/PKGBUILD	2015-07-16 15:46:10 UTC (rev 137004)
@@ -0,0 +1,32 @@
+# $Id$
+
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Det <nimetonmaili g-mail>
+# Contributor: Hugo Osvaldo Barrera <hugo at barrera.io>
+
+pkgname=npapi-vlc
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
+arch=('i686' 'x86_64')
+url="http://git.videolan.org/?p=$pkgname.git;a=summary"
+license=('GPL')
+depends=('gtk2' 'vlc')
+makedepends=('git' 'npapi-sdk')
+# This package uses version tags from Git, because there are no official releases
+source=("git://git.videolan.org/$pkgname.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+}


Property changes on: npapi-vlc/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list