Date: Wednesday, August 7, 2019 @ 18:39:15
  Author: dvzrv
Revision: 498181

archrelease: copy trunk to community-x86_64

Added:
  libfishsound/repos/community-x86_64/PKGBUILD
    (from rev 498180, libfishsound/trunk/PKGBUILD)
Deleted:
  libfishsound/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 35 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-07 18:39:10 UTC (rev 498180)
+++ PKGBUILD    2019-08-07 18:39:15 UTC (rev 498181)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: David Runge <d...@sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: farid <farid at archlinux-br.org>
-
-pkgname=libfishsound
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="A simple programming interface that wraps Xiph.Org audio codecs"
-arch=('x86_64')
-url="https://www.xiph.org/fishsound/";
-license=('custom:BSD')
-depends=('libvorbis' 'speex' 'flac')
-source=("https://github.com/kfish/${pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('52a98489d8cebfd92a1aa18511643108cc818379cf4470fe177c4a27e998f2652e4ffa94a50dd4f8838753714b9001eb8ee9ecb2fff858179f3bc7ffe6d7e35b')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  ./autogen.sh
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-              --enable-static=no
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" docdir=./docs install
-
-  # license
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  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"
-} 

Copied: libfishsound/repos/community-x86_64/PKGBUILD (from rev 498180, 
libfishsound/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-08-07 18:39:15 UTC (rev 498181)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <d...@sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: farid <farid at archlinux-br.org>
+
+pkgname=libfishsound
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="A simple programming interface that wraps Xiph.Org audio codecs"
+arch=('x86_64')
+url="https://www.xiph.org/fishsound/";
+license=('BSD')
+depends=('libvorbis' 'speex' 'flac')
+provides=('libfishsound.so')
+source=("https://github.com/kfish/${pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('52a98489d8cebfd92a1aa18511643108cc818379cf4470fe177c4a27e998f2652e4ffa94a50dd4f8838753714b9001eb8ee9ecb2fff858179f3bc7ffe6d7e35b')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  ./autogen.sh
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --enable-static=no
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" docdir=./docs install
+  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Reply via email to