diff options
author | root <root@rshg054.dnsready.net> | 2012-05-04 00:01:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-04 00:01:57 +0000 |
commit | 0a24fb835cac4007388213ad0afb15257b035b14 (patch) | |
tree | 799a160f6daeb40ccbb6f1d06e7ef3ea0caaf660 /community/aumix | |
parent | 5520a8b04cecf4af812cbf2285e9ab6efabe147f (diff) |
Fri May 4 00:01:56 UTC 2012
Diffstat (limited to 'community/aumix')
-rw-r--r-- | community/aumix/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
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 <pupykin.s+arch@gmail.com> 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 |