summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-26 13:09:39 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-26 13:09:39 -0500
commit4372b59a80852cd415a35695ea8fdfaec9f28843 (patch)
tree47d088272a435e3754b54266f7da6d33f72c2adc
parent5f9c76b5ccf17167cd29b728832d1c1426eb0864 (diff)
Removing npapi-vlc-git. Use npapi-vlc instead
-rw-r--r--pcr/npapi-vlc-git/PKGBUILD54
1 files changed, 0 insertions, 54 deletions
diff --git a/pcr/npapi-vlc-git/PKGBUILD b/pcr/npapi-vlc-git/PKGBUILD
deleted file mode 100644
index bfba5a1e2..000000000
--- a/pcr/npapi-vlc-git/PKGBUILD
+++ /dev/null
@@ -1,54 +0,0 @@
-# Maintainer (Arch): Det <nimetonmaili g-mail>
-# Contributor (Arch): Pimper (M0Rf30)
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-_pkgname=npapi-vlc
-pkgname=$_pkgname-git
-pkgver=2.2.1.95.r1444.gd5accd8
-pkgrel=1
-pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
-arch=('i686' 'x86_64')
-url="http://git.videolan.org/?p=$_pkgname.git;a=summary"
-license=('LGPL-2.1')
-depends=('vlc')
-makedepends=('git' 'gtk2' 'npapi-sdk')
-provides=("$_pkgname=$pkgver")
-conflicts=("$_pkgname")
-options=('!libtool')
-source=("git://git.videolan.org/$_pkgname.git")
-md5sums=('SKIP')
-
-pkgver() {
- cd $_pkgname
-
- echo $(git describe | cut -d "-" -f1-2 | tr - .).r$(git rev-list HEAD --count).$(git describe | cut -d "-" -f3)
-}
-
-prepare() {
- cd $_pkgname
-
- msg2 "Updating sources..."
- git submodule update --init
-}
-
-build() {
- cd $_pkgname
-
- msg2 "Starting autogen.sh..."
- sh ./autogen.sh
-
- msg2 "Starting configure..."
- ./configure --prefix=/usr
-
- msg2 "Starting make..."
- make
-}
-
-package() {
- cd $_pkgname
-
- msg2 "Starting make install..."
- make DESTDIR="$pkgdir" install
-
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$_pkgname/COPYING"
-} \ No newline at end of file