[arch-commits] Commit in qmidinet/repos (community-x86_64 community-x86_64/PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Mar 6 23:05:12 UTC 2018
Date: Tuesday, March 6, 2018 @ 23:05:11
Author: dvzrv
Revision: 303372
archrelease: copy trunk to community-x86_64
Added:
qmidinet/repos/community-x86_64/
qmidinet/repos/community-x86_64/PKGBUILD
(from rev 303371, qmidinet/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: qmidinet/repos/community-x86_64/PKGBUILD (from rev 303371, qmidinet/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2018-03-06 23:05:11 UTC (rev 303372)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=qmidinet
+pkgver=0.4.3
+pkgrel=3
+pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
+arch=('x86_64')
+url="http://qmidinet.sourceforge.net/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('alsa-lib' 'hicolor-icon-theme' 'jack' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('17492e07cbc9a40d9dae0bb4dbe0f62edbd9071de8462a728168552a8822040f305a7a921304b4adb3c13f1baf985efe609ff57c18e61e9a76261835fec614b3')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ autoreconf -vfi
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir/" install
+ install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+ -vDm644 {AUTHORS,ChangeLog,README,TODO}
+}
More information about the arch-commits
mailing list