mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/ncmpcpp: new aport
An almost exact clone of ncmpc with some new features. http://unkart.ovh.org/ncmpcpp/
This commit is contained in:
parent
1ccad10bd9
commit
ad13cd0770
30
testing/ncmpcpp/APKBUILD
Normal file
30
testing/ncmpcpp/APKBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=ncmpcpp
|
||||
pkgver=0.5.5
|
||||
pkgrel=0
|
||||
pkgdesc="An almost exact clone of ncmpc with some new features."
|
||||
url="http://unkart.ovh.org/ncmpcpp/"
|
||||
license="GPL"
|
||||
depends=""
|
||||
makedepends="curl-dev libmpdclient-dev taglib-dev ncurses-dev"
|
||||
install=
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://unkart.ovh.org/ncmpcpp/ncmpcpp-$pkgver.tar.bz2"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./configure --prefix=/usr \
|
||||
--enable-unicode \
|
||||
--enable-clock \
|
||||
--with-taglib --with-curl
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="30cded976c81bba4c8a2daf2215fe41d ncmpcpp-0.5.5.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user