[arch-commits] Commit in libdvdnav/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Apr 5 10:29:20 UTC 2020
Date: Sunday, April 5, 2020 @ 10:29:20
Author: arojas
Revision: 379552
archrelease: copy trunk to staging-x86_64
Added:
libdvdnav/repos/staging-x86_64/
libdvdnav/repos/staging-x86_64/PKGBUILD
(from rev 379551, libdvdnav/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: libdvdnav/repos/staging-x86_64/PKGBUILD (from rev 379551, libdvdnav/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-05 10:29:20 UTC (rev 379552)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan <arjan at archlinux.org>
+# contributor Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=libdvdnav
+pkgver=6.1.0
+pkgrel=2
+pkgdesc="The library for xine-dvdnav plugin."
+arch=('x86_64')
+license=('GPL')
+url="https://www.videolan.org/developers/libdvdnav.html"
+depends=('libdvdread')
+source=("https://download.videolan.org/pub/videolan/libdvdnav/$pkgver/libdvdnav-$pkgver.tar.bz2"{,.asc})
+sha256sums=('f697b15ea9f75e9f36bdf6ec3726308169f154e2b1e99865d0bbe823720cee5b'
+ 'SKIP')
+validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release Signing Key
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list