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

Anatol Pomozov anatolik at archlinux.org
Thu Sep 3 23:32:19 UTC 2015


    Date: Friday, September 4, 2015 @ 01:32:18
  Author: anatolik
Revision: 139175

pamixer: move from AUR

Added:
  pamixer/
  pamixer/repos/
  pamixer/trunk/
  pamixer/trunk/PKGBUILD

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

Added: pamixer/trunk/PKGBUILD
===================================================================
--- pamixer/trunk/PKGBUILD	                        (rev 0)
+++ pamixer/trunk/PKGBUILD	2015-09-03 23:32:18 UTC (rev 139175)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Clément Démoulins <clement at archivel.fr>
+
+pkgname=pamixer
+pkgver=1.3
+pkgrel=3
+pkgdesc='Pulseaudio command-line mixer like amixer'
+arch=(i686 x86_64)
+url='https://github.com/cdemoulins/pamixer'
+license=(GPL3)
+depends=(libpulse boost-libs)
+makedepends=(boost)
+source=(pamixer-$pkgver.tar.gz::https://github.com/cdemoulins/$pkgname/archive/$pkgver.tar.gz)
+sha1sums=('ceb4e609a9cf3521040d52313c194757f30526c1')
+
+build() {
+  cd pamixer-$pkgver
+  make
+}
+
+package() {
+  cd pamixer-$pkgver
+  install -D -m755 pamixer "$pkgdir"/usr/bin/pamixer
+}


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



More information about the arch-commits mailing list