[arch-commits] Commit in liboggz/repos (2 files)

David Runge dvzrv at archlinux.org
Tue Dec 19 18:23:44 UTC 2017


    Date: Tuesday, December 19, 2017 @ 18:23:43
  Author: dvzrv
Revision: 274911

archrelease: copy trunk to community-testing-x86_64

Added:
  liboggz/repos/community-testing-x86_64/
  liboggz/repos/community-testing-x86_64/PKGBUILD
    (from rev 274910, liboggz/trunk/PKGBUILD)

----------+
 PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

Copied: liboggz/repos/community-testing-x86_64/PKGBUILD (from rev 274910, liboggz/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-19 18:23:43 UTC (rev 274911)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Vincent Cappe <vcappe at gmail dot com>
+# Contributor: Jeff Bailes <thepizzaking at gmail dot com>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=liboggz
+pkgver=1.1.1
+pkgrel=5
+pkgdesc="A simple programming interface for reading and writing Ogg files and streams"
+arch=('x86_64')
+url="https://www.xiph.org/oggz/"
+license=('custom:BSD')
+depends=('libogg' 'sh')
+makedepends=('doxygen' 'pkg-config')
+source=("https://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('8f5fc8ca49cb6f7a1160a9c1932876b771d55985d59ddc1f48497dfc08641414a58244d7a7e52bfcecdb69f52913d0123efd8f92513f8b9064e4abe1442f2cba')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --enable-static=no
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  # license
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # bash completion
+  install -Dm644 bash-completion/oggz "${pkgdir}/usr/share/bash-completion/completions/oggz"
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
+  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm644 TODO "${pkgdir}/usr/share/doc/${pkgname}/TODO"
+}



More information about the arch-commits mailing list