summaryrefslogtreecommitdiffstats
path: root/testing/umix/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-02 16:03:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-02 16:03:06 +0000
commit9ad548df8aa2a860ca311453ed3d6a98962f32f5 (patch)
tree09dec888ccfdf1447ba13e62c50d9291176b07e3 /testing/umix/APKBUILD
parent96813504f80856d8d85b390207621e5cbba64a85 (diff)
downloadaports-9ad548df8aa2a860ca311453ed3d6a98962f32f5.tar.bz2
aports-9ad548df8aa2a860ca311453ed3d6a98962f32f5.tar.xz
testing/*: remove from stable branch
Diffstat (limited to 'testing/umix/APKBUILD')
-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 7eb262f7..00000000
--- a/testing/umix/APKBUILD
+++ /dev/null
@@ -1,30 +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=
-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
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="e38fc288273cc8b5b34f8769f06b32ee umix-1.0.2.tar.gz"