mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/mp3splt: specify license
This commit is contained in:
parent
aa8a362096
commit
9fdc87aa9e
@ -2,18 +2,18 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=mp3splt
|
||||
pkgver=2.6
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A command-line, AlbumWrap and mp3wrap file exctractor"
|
||||
url="http://mp3splt.sourceforge.net/"
|
||||
arch="all"
|
||||
license="GPLv2"
|
||||
license="GPL2+"
|
||||
depends=""
|
||||
makedepends="libmp3splt-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://prdownloads.sourceforge.net/mp3splt/mp3splt-$pkgver.tar.gz"
|
||||
source="http://prdownloads.sourceforge.net/mp3splt/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/mp3splt-$pkgver
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user