[arch-commits] Commit in npapi-vlc/repos (4 files)
Timothy Redaelli
tredaelli at archlinux.org
Thu Jul 16 15:51:56 UTC 2015
Date: Thursday, July 16, 2015 @ 17:51:55
Author: tredaelli
Revision: 137005
archrelease: copy trunk to community-i686, community-x86_64
Added:
npapi-vlc/repos/community-i686/
npapi-vlc/repos/community-i686/PKGBUILD
(from rev 137004, npapi-vlc/trunk/PKGBUILD)
npapi-vlc/repos/community-x86_64/
npapi-vlc/repos/community-x86_64/PKGBUILD
(from rev 137004, npapi-vlc/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
Copied: npapi-vlc/repos/community-i686/PKGBUILD (from rev 137004, npapi-vlc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 15:51:55 UTC (rev 137005)
@@ -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
+}
Copied: npapi-vlc/repos/community-x86_64/PKGBUILD (from rev 137004, npapi-vlc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-07-16 15:51:55 UTC (rev 137005)
@@ -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
+}
More information about the arch-commits
mailing list