From 0a24fb835cac4007388213ad0afb15257b035b14 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 4 May 2012 00:01:57 +0000 Subject: Fri May 4 00:01:56 UTC 2012 --- community/aumix/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'community/aumix') diff --git a/community/aumix/PKGBUILD b/community/aumix/PKGBUILD index a8d4f375d..299af8fac 100644 --- a/community/aumix/PKGBUILD +++ b/community/aumix/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 65051 2012-02-20 02:28:41Z spupykin $ +# $Id: PKGBUILD 70215 2012-05-02 12:56:49Z spupykin $ # Maintainer: Sergej Pupykin pkgname=aumix pkgver=2.9.1 -pkgrel=3 +pkgrel=4 pkgdesc="A color text mode sound mixer with GPM support" arch=('i686' 'x86_64') license=('GPL') @@ -32,7 +32,8 @@ build() { make distclean msg "X11+GTK2 build" - ./configure --prefix=/usr --mandir=/usr/share/man --without-gtk1 --without-alsa + ./configure --prefix=/usr --mandir=/usr/share/man --without-gtk1 --without-alsa \ + --without-gpm make make DESTDIR=$pkgdir install install -D -m0644 $srcdir/aumix.desktop $pkgdir/usr/share/applications/aumix.desktop -- cgit v1.2.3-54-g00ecf