mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
vimpc: build without boost
This commit is contained in:
parent
d55ee52dfc
commit
ce2cbfa1e8
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'vimpc'
|
# Template file for 'vimpc'
|
||||||
pkgname=vimpc
|
pkgname=vimpc
|
||||||
version=0.09.2
|
version=0.09.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-boost --with-taglib"
|
configure_args="--without-boost"
|
||||||
hostmakedepends="autoconf automake pkg-config"
|
hostmakedepends="autoconf automake pkg-config"
|
||||||
makedepends="ncurses-devel libglib-devel libmpdclient-devel
|
makedepends="ncurses-devel libglib-devel libmpdclient-devel
|
||||||
pcre-devel boost-devel taglib-devel libcurl-devel"
|
pcre-devel taglib-devel libcurl-devel"
|
||||||
short_desc="Ncurses based mpd client with vi like key bindings"
|
short_desc="Ncurses based mpd client with vi like key bindings"
|
||||||
maintainer="Nicolas Porcel <nicolasporcel06@gmail.com>"
|
maintainer="Nicolas Porcel <nicolasporcel06@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue