mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 18:52:30 +01:00
48 lines
1.4 KiB
Plaintext
48 lines
1.4 KiB
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=aumix
|
|
pkgver=2.9.1
|
|
pkgrel=6
|
|
pkgdesc="A color text mode sound mixer"
|
|
url="http://www.jpj.net/~trevor/aumix.html"
|
|
arch="all"
|
|
license="GPL2+"
|
|
depends=""
|
|
makedepends="ncurses-dev linux-headers"
|
|
subpackages="$pkgname-doc"
|
|
source="http://jpj.net/~trevor/aumix/releases/aumix-$pkgver.tar.bz2
|
|
aumix.initd
|
|
"
|
|
|
|
_builddir="$srcdir"/aumix-$pkgver
|
|
prepare() {
|
|
cd "$_builddir"
|
|
update_config_sub || return 1
|
|
}
|
|
|
|
build() {
|
|
cd "$_builddir"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--mandir=/usr/share/man \
|
|
--without-gtk1 \
|
|
--without-gtk \
|
|
--disable-nls \
|
|
|| return 1
|
|
make || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
make -j1 DESTDIR="$pkgdir" install || return 1
|
|
install -Dm755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/aumix
|
|
}
|
|
|
|
md5sums="34f28ae1c94fc5298e8bb2688c4b3a20 aumix-2.9.1.tar.bz2
|
|
4fa13bd11d00379e38b4d90db33efe39 aumix.initd"
|
|
sha256sums="d2ce43d532ef75072c8d4e7922e3bc06be6d97765a508d9ceb0d1766bbe70e29 aumix-2.9.1.tar.bz2
|
|
f5780f05024c9ae66807606703a9a2fd00b4afddf42dcfe39ae57c7154b0aaf2 aumix.initd"
|
|
sha512sums="bd063dc9dab8455f467fbe9e4ea1baa5cef914923e66ab5a8fca1e6964cac7851e3755f054bfe41657371e221920fe9a52f9807457996244f4bcd5db4659b21d aumix-2.9.1.tar.bz2
|
|
1b7acedcc35217e6ab5dfc2be6c4a684de16db62387da8b56d41a65094b9334384bb10307d39b6ef7030142caa30b0c0dac5be4d2986fc470a62806649fdf69f aumix.initd"
|