forked from ports/contrib
[notify] ncmpc: 0.27 -> 0.36; new dependency: boost
This commit is contained in:
parent
51b95f1cbf
commit
33d9d9d2b4
@ -5,6 +5,3 @@ drwxr-xr-x root/root etc/ncmpc/
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/ncmpc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/ncmpc.1.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF34NARcGQk+8t+IWYcRbZxgtWqc0n0E9yC5Rw2LxGxcBHdlM0cfOVU0YuNjZoNYcH9M2qPaEDT0mrDSUwh42KigE=
|
||||
SHA256 (Pkgfile) = e71ca6ab35f9375b1c450bb76634821a756c33fe622f557db7ba03b4af975c37
|
||||
SHA256 (.footprint) = b29f11ac5fc39c659c11daa7753981dcebf0676fa32031887f52cc0b8b12d1f6
|
||||
SHA256 (ncmpc-0.27.tar.xz) = f9a26a3fc869cfdf0a16b0ea3e6512c2fe28a031bbc71b1d24a2bf0bbd3e15d9
|
||||
RWSagIOpLGJF31yOsd1E3i7d7Fpir0pTZMe5am5D6noWtkrDzxKxi5/XTxkVZ0xfEY8dvzt2fJ6X2/rKgZEVjSrgGhGg0D0NrAo=
|
||||
SHA256 (Pkgfile) = e95fea30d3d0678c5fba0a130e46cf7350a30f86de264374c3a351f8c552151d
|
||||
SHA256 (.footprint) = a9176777f6b80a12f2b0e726d7a3442901b4749b6ac8812d183e64044c8a13ea
|
||||
SHA256 (ncmpc-0.36.tar.xz) = 4632873dfc8efe61e501dc9184a5b921b482be2ddbedd3d23d05241d477a3e2c
|
||||
|
@ -1,24 +1,22 @@
|
||||
# Description: Ncurse-based MPD console client
|
||||
# Description: Ncurse-based MPD console client
|
||||
# URL: http://www.musicpd.org/
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
||||
# Depends on: ncurses libmpdclient
|
||||
# Depends on: boost ncurses libmpdclient
|
||||
|
||||
name=ncmpc
|
||||
version=0.27
|
||||
version=0.36
|
||||
release=1
|
||||
source=(http://www.musicpd.org/download/ncmpc/0/ncmpc-$version.tar.xz)
|
||||
source=(https://www.musicpd.org/download/ncmpc/0/ncmpc-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--sysconfdir=/etc \
|
||||
|
||||
meson build . \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--disable-nls
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
--sysconfdir=/etc \
|
||||
-Dnls=disabled
|
||||
ninja -C build
|
||||
DESTDIR=$PKG ninja -C build install
|
||||
|
||||
mkdir -p $PKG/etc/ncmpc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user