summaryrefslogtreecommitdiffstats
path: root/unstable
diff options
context:
space:
mode:
Diffstat (limited to 'unstable')
-rw-r--r--unstable/umix/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/unstable/umix/APKBUILD b/unstable/umix/APKBUILD
deleted file mode 100644
index 1ed166b0..00000000
--- a/unstable/umix/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
-# Maintainer: Michael Mason <ms13sp@gmail.com>
-pkgname=umix
-pkgver=1.0.2
-pkgrel=0
-pkgdesc="Program for adjusting soundcard volumes"
-url="http://umix.sf.net"
-license="GPL"
-depends="uclibc ncurses"
-makedepends="ncurses-dev"
-install=
-subpackages="$pkgname-doc"
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
- make DESTDIR="$pkgdir" install
-
-}
-
-md5sums="e38fc288273cc8b5b34f8769f06b32ee umix-1.0.2.tar.gz"