diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-11-29 21:09:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-03 14:39:31 +0000 |
commit | 756c7e07343dda0e3cd70011ea4c786263899f44 (patch) | |
tree | a96405d22989c0dd123b39b67c011d4b601a3b41 /main/umix | |
parent | f975f9ea4966ecee9deb5e23ff6cb233f7e2960b (diff) | |
download | aports-756c7e07343dda0e3cd70011ea4c786263899f44.tar.bz2 aports-756c7e07343dda0e3cd70011ea4c786263899f44.tar.xz |
main/umix: specify license
Diffstat (limited to 'main/umix')
-rw-r--r-- | main/umix/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/umix/APKBUILD b/main/umix/APKBUILD index fc5fbe5477..8bb4c44f08 100644 --- a/main/umix/APKBUILD +++ b/main/umix/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Michael Mason <ms13sp@gmail.com> pkgname=umix pkgver=1.0.2 -pkgrel=3 +pkgrel=4 pkgdesc="Program for adjusting soundcard volumes" url="http://umix.sf.net" arch="all" -license="GPL" -depends= +license="GPL2+" +depends="" makedepends="ncurses-dev" -install= +install="" subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" @@ -34,7 +34,7 @@ build() { package() { cd "$_builddir" - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" install || return 1 } md5sums="e38fc288273cc8b5b34f8769f06b32ee umix-1.0.2.tar.gz" |