mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/ncmpcpp: improve abuild
This commit is contained in:
parent
65e548952b
commit
68cc34b96f
@ -3,19 +3,19 @@
|
||||
pkgname=ncmpcpp
|
||||
pkgver=0.8.2
|
||||
pkgrel=0
|
||||
pkgdesc="An almost exact clone of ncmpc with some new features."
|
||||
pkgdesc="Ncurses based MPD client inspired by ncmpc"
|
||||
url="http://rybczak.net/ncmpcpp"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends="boost-dev readline-dev curl-dev libmpdclient-dev
|
||||
taglib-dev ncurses-dev libressl-dev"
|
||||
makedepends="boost-dev curl-dev libmpdclient-dev libressl-dev ncurses-dev
|
||||
readline-dev taglib-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://rybczak.net/ncmpcpp/stable/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
build () {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
|
Loading…
Reference in New Issue
Block a user