Skip to content
Snippets Groups Projects
Commit 275d2a8a authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

upgpkg: 0.6.4-1

parent 906b4ed1
No related branches found
No related tags found
No related merge requests found
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: graysky <graysky AT archlinux DOT us> # Contributor: graysky <graysky AT archlinux DOT us>
# Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Army <uli[dot]armbruster[at]gmail[dot]com> # Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
pkgname=ncmpcpp pkgname=ncmpcpp
pkgver=0.6.3 pkgver=0.6.4
pkgrel=2 pkgrel=1
pkgdesc='Almost exact clone of ncmpc with some new features' pkgdesc='Almost exact clone of ncmpc with some new features'
arch=('i686' 'x86_64')
url='http://ncmpcpp.rybczak.net/' url='http://ncmpcpp.rybczak.net/'
arch=('i686' 'x86_64')
license=('GPL') license=('GPL')
depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs') depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
makedepends=('boost') makedepends=('boost')
source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2 source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-${pkgver}.tar.bz2)
missing-include.patch) sha512sums=('c60a6c2c89a9297d73360ec8819e8ae66ca53090c5ea5d3daf235e708467ee20006b1fff344c9312ccb0941c8307f3d84bcdc9cbf500955c74b10bd6a823c19f')
md5sums=('b4af4c7405ce12033757c1cd1f9900c5'
'14fa33349661c8e6c2a323970ef1e98c')
prepare() {
cd $pkgname-$pkgver
patch -p1 -i ../missing-include.patch
}
build() { build() {
cd $pkgname-$pkgver cd ${pkgname}-${pkgver}
BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \ BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
--enable-clock \ --enable-clock \
--enable-outputs \ --enable-outputs \
...@@ -33,12 +27,13 @@ build() { ...@@ -33,12 +27,13 @@ build() {
--with-fftw \ --with-fftw \
--with-taglib --with-taglib
make make
make -C extras
} }
package() { package() {
cd $pkgname-$pkgver cd ${pkgname}-${pkgver}
make DESTDIR="$pkgdir" install make DESTDIR="${pkgdir}" install
install -Dm755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
make -C extras
install -Dm755 extras/artist_to_albumartist "$pkgdir"/usr/bin/
} }
# vim: ts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment