aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:37 +0000
commit56ac628754ca8b9dbd4502fd8266041749ae8ef4 (patch)
tree38710cbf7121b16399f359926ef5611ebb687b87
parentc073efead3f482f8e13db973daa01f78e1e122b3 (diff)
downloadalpine_aports-56ac628754ca8b9dbd4502fd8266041749ae8ef4.tar.bz2
alpine_aports-56ac628754ca8b9dbd4502fd8266041749ae8ef4.tar.xz
alpine_aports-56ac628754ca8b9dbd4502fd8266041749ae8ef4.zip
testing/umix: removed from stable branch
-rw-r--r--testing/umix/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/umix/APKBUILD b/testing/umix/APKBUILD
deleted file mode 100644
index 7eb262f7f1..0000000000
--- a/testing/umix/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
1# Contributor: Michael Mason <ms13sp@gmail.com>
2# Maintainer: Michael Mason <ms13sp@gmail.com>
3pkgname=umix
4pkgver=1.0.2
5pkgrel=0
6pkgdesc="Program for adjusting soundcard volumes"
7url="http://umix.sf.net"
8license="GPL"
9depends=
10makedepends="ncurses-dev"
11install=
12subpackages="$pkgname-doc"
13source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
14
15build() {
16 cd "$srcdir/$pkgname-$pkgver"
17
18 ./configure --prefix=/usr \
19 --sysconfdir=/etc \
20 --mandir=/usr/share/man \
21 --infodir=/usr/share/info
22 make || return 1
23}
24
25package() {
26 cd "$srcdir/$pkgname-$pkgver"
27 make DESTDIR="$pkgdir" install
28}
29
30md5sums="e38fc288273cc8b5b34f8769f06b32ee umix-1.0.2.tar.gz"