[arch-commits] Commit in libdvbpsi/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 19 08:15:16 UTC 2020
Date: Tuesday, May 19, 2020 @ 08:15:15
Author: felixonmars
Revision: 386213
archrelease: copy trunk to staging-x86_64
Added:
libdvbpsi/repos/staging-x86_64/
libdvbpsi/repos/staging-x86_64/PKGBUILD
(from rev 386212, libdvbpsi/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: libdvbpsi/repos/staging-x86_64/PKGBUILD (from rev 386212, libdvbpsi/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-19 08:15:15 UTC (rev 386213)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Gilles CHAUVIN <gcnweb at gmail.com>
+
+pkgname=libdvbpsi
+pkgver=1.3.3
+pkgrel=2
+epoch=1
+pkgdesc='Library designed for decoding and generation of MPEG TS and DVB PSI tables'
+url='https://www.videolan.org/developers/libdvbpsi.html'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+provides=('libdvbpsi.so')
+source=(${pkgname}-${pkgver}.tar.bz2::https://code.videolan.org/videolan/libdvbpsi/repository/${pkgver}/archive.tar.bz2)
+sha512sums=('d68bb742b22cc525f04e48597edb9a6ffeccfecd16e2cb9e16cf0f80cbd755bc9d3dc50e4679b2c2be107bb8f18717060d0f80a9994a0060c80a7b98b2cc4354')
+
+prepare() {
+ cd ${pkgname}-${pkgver}-*
+ autoreconf -fiv
+}
+
+build() {
+ cd ${pkgname}-${pkgver}-*
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}-*
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list