From ac8627b80801927bdf99cbf89635287ad2c66766 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 6 Nov 2009 07:53:02 +0000 Subject: testing/umix: moved from unstable. minor build fix --- testing/umix/APKBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 testing/umix/APKBUILD (limited to 'testing/umix') diff --git a/testing/umix/APKBUILD b/testing/umix/APKBUILD new file mode 100644 index 000000000..443f43c65 --- /dev/null +++ b/testing/umix/APKBUILD @@ -0,0 +1,30 @@ +# Contributor: Michael Mason +# Maintainer: Michael Mason +pkgname=umix +pkgver=1.0.2 +pkgrel=0 +pkgdesc="Program for adjusting soundcard volumes" +url="http://umix.sf.net" +license="GPL" +depends= +makedepends= +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" -- cgit v1.2.3