[arch-commits] Commit in aj-snapshot/repos (2 files)
David Runge
dvzrv at archlinux.org
Fri Jan 26 22:50:03 UTC 2018
Date: Friday, January 26, 2018 @ 22:50:02
Author: dvzrv
Revision: 287294
archrelease: copy trunk to community-testing-x86_64
Added:
aj-snapshot/repos/community-testing-x86_64/
aj-snapshot/repos/community-testing-x86_64/PKGBUILD
(from rev 287293, aj-snapshot/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: aj-snapshot/repos/community-testing-x86_64/PKGBUILD (from rev 287293, aj-snapshot/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2018-01-26 22:50:02 UTC (rev 287294)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=aj-snapshot
+pkgver=0.9.7
+pkgrel=2
+pkgdesc="Command line utility to store/restore ALSA and/or JACK connections to/from an XML file."
+arch=('x86_64')
+url="http://aj-snapshot.sourceforge.net/"
+license=('GPL3')
+depends=('jack' 'mxml')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('b7582e07ba3f7567e656406ce9be1265e565d5194ced4e8f5009eb06509d2b69a95d7b90a0ef230587e2852d5713d67e87b53fa7f8defe1741b9d861e964c115')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ # does resolve depends with '--as-needed'
+ export LDFLAGS="${LDFLAGS//,--as-needed}"
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}/" install
+ install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+ -Dm644 {AUTHORS,ChangeLog,README}
+}
+
+# vim:set ts=2 sw=2 et:
+
More information about the arch-commits
mailing list