summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-11-06 07:53:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-11-06 07:53:02 +0000
commitac8627b80801927bdf99cbf89635287ad2c66766 (patch)
treea494b87e55285548617c874ec1b13dd9f779b56b
parent3b5f8fa6c68e6977af40b21a8a7796f9549c2351 (diff)
downloadaports-ac8627b80801927bdf99cbf89635287ad2c66766.tar.bz2
aports-ac8627b80801927bdf99cbf89635287ad2c66766.tar.xz
testing/umix: moved from unstable. minor build fix
-rw-r--r--testing/umix/APKBUILD (renamed from unstable/umix/APKBUILD)9
1 files changed, 6 insertions, 3 deletions
diff --git a/unstable/umix/APKBUILD b/testing/umix/APKBUILD
index 1ed166b0..443f43c6 100644
--- a/unstable/umix/APKBUILD
+++ b/testing/umix/APKBUILD
@@ -6,8 +6,8 @@ pkgrel=0
pkgdesc="Program for adjusting soundcard volumes"
url="http://umix.sf.net"
license="GPL"
-depends="uclibc ncurses"
-makedepends="ncurses-dev"
+depends=
+makedepends=
install=
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
@@ -20,8 +20,11 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info
make || return 1
- make DESTDIR="$pkgdir" install
+}
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}
md5sums="e38fc288273cc8b5b34f8769f06b32ee umix-1.0.2.tar.gz"