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

Jelle van der Waa jelle at nymeria.archlinux.org
Mon Jan 6 18:39:48 UTC 2014


    Date: Monday, January 6, 2014 @ 19:39:48
  Author: jelle
Revision: 103482

Initial commit

Added:
  ponymix/
  ponymix/repos/
  ponymix/trunk/
  ponymix/trunk/PKGBUILD

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

Added: ponymix/trunk/PKGBUILD
===================================================================
--- ponymix/trunk/PKGBUILD	                        (rev 0)
+++ ponymix/trunk/PKGBUILD	2014-01-06 18:39:48 UTC (rev 103482)
@@ -0,0 +1,25 @@
+# Maintainer: Dave Reisner <d at falconindy.com>
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+
+pkgname=ponymix
+pkgver=2
+pkgrel=1
+pkgdesc="CLI PulseAudio Volume Control"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/ponymix"
+license=('MIT')
+depends=('pulseaudio')
+optdepends=('libnotify: desktop volume notifications')
+source=("http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('9874c22dbba2805c870ae663331ca4ca'
+         'SKIP')
+
+build() {
+  make -C "$srcdir/$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim: ft=sh syn=sh et


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



More information about the arch-commits mailing list