[arch-commits] Commit in (liblo liblo/repos liblo/trunk liblo/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 6 17:12:20 UTC 2018


    Date: Tuesday, February 6, 2018 @ 17:12:19
  Author: arojas
Revision: 289431

extra2community: Moving liblo from extra to community

Added:
  liblo/
  liblo/repos/
  liblo/trunk/
  liblo/trunk/PKGBUILD

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

Added: liblo/trunk/PKGBUILD
===================================================================
--- liblo/trunk/PKGBUILD	                        (rev 0)
+++ liblo/trunk/PKGBUILD	2018-02-06 17:12:19 UTC (rev 289431)
@@ -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=('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:


Property changes on: liblo/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list