~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH] testing/ncmpcpp: new aport

Details
Message ID
<20160902135635.28382-1-matthieu.monnier@enalean.com>
Sender timestamp
1472824595
DKIM signature
missing
Download raw message
Patch: +44 -0
---
 testing/ncmpcpp/APKBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 testing/ncmpcpp/APKBUILD

diff --git a/testing/ncmpcpp/APKBUILD b/testing/ncmpcpp/APKBUILD
new file mode 100644
index 0000000..3437a62
--- /dev/null
+++ b/testing/ncmpcpp/APKBUILD
@@ -0,0 +1,44 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Matthieu Monnier <matthieu.monnier@enalean.com>
pkgname=ncmpcpp
pkgver=0.6.8
pkgrel=1
pkgdesc="An almost exact clone of ncmpc with some new features."
url="http://ncmpcpp.rybczak.net/"
arch="all"
license="GPL2+"
depends=""
depends_dev=""
makedepends="boost-dev readline-dev curl-dev libmpdclient-dev
	taglib-dev ncurses-dev openssl-dev"
install=""
subpackages="$pkgname-doc"
source="https://rybczak.net/ncmpcpp/stable/$pkgname-$pkgver.tar.bz2"

_builddir="$srcdir"/$pkgname-$pkgver
build () {
	cd "$srcdir/$pkgname-$pkgver"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--localstatedir=/var \
		--enable-unicode \
		--enable-clock \
		--with-taglib \
		--with-curl \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="90b5b22a6365c17bc7d75c05d2117413  ncmpcpp-0.6.8.tar.bz2"
sha256sums="ee81f3fdb2a4b670b5e2617f6489f154e69a552e68fc550b1e20ad85f526e692  ncmpcpp-0.6.8.tar.bz2"
sha512sums="e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc  ncmpcpp-0.6.8.tar.bz2"
-- 
2.9.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Details
Message ID
<20160903110014.GA7190@francium>
In-Reply-To
<20160902135635.28382-1-matthieu.monnier@enalean.com> (view parent)
Sender timestamp
1472900414
DKIM signature
missing
Download raw message
This is not a new aport you simply moved the aport from unmaintained to
testing, thus please change the commit message to `testing/ncmpcpp: move
from unmaintained`. Besides please remove the aport from unmaintained.

In addition to that 0.6.8 isn't the most recent ncmpcpp version. If you
want to maintain this aport then please upgrade it to 0.7.5 before
moving it to testing again.

Sören.


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)