[arch-commits] Commit in liblo/repos (4 files)

Ray Rashif schiv at archlinux.org
Thu Oct 12 02:56:25 UTC 2017


    Date: Thursday, October 12, 2017 @ 02:56:24
  Author: schiv
Revision: 307522

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  liblo/repos/testing-i686/
  liblo/repos/testing-i686/PKGBUILD
    (from rev 307521, liblo/trunk/PKGBUILD)
  liblo/repos/testing-x86_64/
  liblo/repos/testing-x86_64/PKGBUILD
    (from rev 307521, liblo/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 92 insertions(+)

Copied: liblo/repos/testing-i686/PKGBUILD (from rev 307521, liblo/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-12 02:56:24 UTC (rev 307522)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: David Runge <dave at sleepmap.de>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Pajaro
+
+pkgname=liblo
+pkgver=0.29
+pkgrel=1
+epoch=1
+pkgdesc="A lightweight OSC (Open Sound Control) implementation"
+arch=('i686' 'x86_64')
+url="http://liblo.sourceforge.net/"
+license=('GPL')
+depends=('glibc')
+makedepends=('doxygen')
+source=("https://github.com/radarsat1/${pkgname}/releases/download/${pkgver}/$pkgname-$pkgver.tar.gz")
+sha512sums=('11e20725a049c55c02ef8cd106be5802507f3df95422d8dad10009bdd1237af7517e3261c7336c3005e21ae8fd1e663badef46e4bae006c7af70520bdb336c7c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # package docs, by request; the package size is less than 1MB
+  # reasonable to include even if it increases from a few KBs to 100s of KBs -- schiv
+  mkdir -p ${pkgdir}/usr/share/{man/man3,doc/${pkgname}/{html,latex},${pkgname}/examples}
+
+  # delete broken man pages
+  rm -f doc/man/man3/_*.3
+
+  # move all doc
+  install -Dm 644 doc/html/* ${pkgdir}/usr/share/doc/${pkgname}/html
+  install -Dm 644 doc/latex/* ${pkgdir}/usr/share/doc/${pkgname}/latex
+  install -Dm 644 doc/man/man3/*.3 ${pkgdir}/usr/share/man/man3
+  install -Dm 644 examples/*.{cpp,c} ${pkgdir}/usr/share/${pkgname}/examples
+}
+
+# vim:set ts=2 sw=2 et:

Copied: liblo/repos/testing-x86_64/PKGBUILD (from rev 307521, liblo/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-12 02:56:24 UTC (rev 307522)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: David Runge <dave at sleepmap.de>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Pajaro
+
+pkgname=liblo
+pkgver=0.29
+pkgrel=1
+epoch=1
+pkgdesc="A lightweight OSC (Open Sound Control) implementation"
+arch=('i686' 'x86_64')
+url="http://liblo.sourceforge.net/"
+license=('GPL')
+depends=('glibc')
+makedepends=('doxygen')
+source=("https://github.com/radarsat1/${pkgname}/releases/download/${pkgver}/$pkgname-$pkgver.tar.gz")
+sha512sums=('11e20725a049c55c02ef8cd106be5802507f3df95422d8dad10009bdd1237af7517e3261c7336c3005e21ae8fd1e663badef46e4bae006c7af70520bdb336c7c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # package docs, by request; the package size is less than 1MB
+  # reasonable to include even if it increases from a few KBs to 100s of KBs -- schiv
+  mkdir -p ${pkgdir}/usr/share/{man/man3,doc/${pkgname}/{html,latex},${pkgname}/examples}
+
+  # delete broken man pages
+  rm -f doc/man/man3/_*.3
+
+  # move all doc
+  install -Dm 644 doc/html/* ${pkgdir}/usr/share/doc/${pkgname}/html
+  install -Dm 644 doc/latex/* ${pkgdir}/usr/share/doc/${pkgname}/latex
+  install -Dm 644 doc/man/man3/*.3 ${pkgdir}/usr/share/man/man3
+  install -Dm 644 examples/*.{cpp,c} ${pkgdir}/usr/share/${pkgname}/examples
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list