[arch-commits] Commit in zvbi/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Jun 3 09:24:27 UTC 2018
Date: Sunday, June 3, 2018 @ 09:24:26
Author: alucryd
Revision: 325604
archrelease: copy trunk to extra-x86_64
Added:
zvbi/repos/extra-x86_64/PKGBUILD
(from rev 325603, zvbi/trunk/PKGBUILD)
Deleted:
zvbi/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-03 09:24:15 UTC (rev 325603)
+++ PKGBUILD 2018-06-03 09:24:26 UTC (rev 325604)
@@ -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=1
-pkgdesc="VBI capture and decoding library"
-url="http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome"
-arch=('i686' '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 325603, zvbi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-03 09:24:26 UTC (rev 325604)
@@ -0,0 +1,26 @@
+# $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
+}
More information about the arch-commits
mailing list