[arch-commits] Commit in zvbi/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri Aug 24 08:06:08 UTC 2018
Date: Friday, August 24, 2018 @ 08:06:08
Author: alucryd
Revision: 332930
archrelease: copy trunk to extra-x86_64
Added:
zvbi/repos/extra-x86_64/PKGBUILD
(from rev 332929, zvbi/trunk/PKGBUILD)
Deleted:
zvbi/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 58 ++++++++++++++++++++++++++++++++--------------------------
1 file changed, 32 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-24 08:05:59 UTC (rev 332929)
+++ PKGBUILD 2018-08-24 08:06:08 UTC (rev 332930)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Alexander Baldeck <alexander at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=zvbi
-pkgver=0.2.35
-pkgrel=2
-pkgdesc="VBI capture and decoding library"
-url="http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome"
-arch=('x86_64')
-depends=('libpng' 'libx11')
-license=('GPL')
-source=(http://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('95e53eb208c65ba6667fd4341455fa27')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --sbindir=/usr/bin
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: zvbi/repos/extra-x86_64/PKGBUILD (from rev 332929, zvbi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-24 08:06:08 UTC (rev 332930)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=zvbi
+pkgver=0.2.35
+pkgrel=3
+pkgdesc='VBI capture and decoding library'
+url='http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome'
+arch=('x86_64')
+depends=('libpng' 'libx11')
+license=('GPL')
+source=("https://downloads.sourceforge.net/sourceforge/zapping/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('fc883c34111a487c4a783f91b1b2bb5610d8d8e58dcba80c7ab31e67e4765318')
+
+build() {
+ cd zvbi-${pkgver}
+
+ ./configure \
+ --prefix='/usr' \
+ --sbindir='/usr/bin'
+ make
+}
+
+package() {
+ cd zvbi-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list