mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
libfilezilla: update to 0.12.2.
This commit is contained in:
parent
8ea9801580
commit
b886443242
1 changed files with 5 additions and 5 deletions
|
@ -1,22 +1,22 @@
|
|||
# Template file for 'libfilezilla'
|
||||
pkgname=libfilezilla
|
||||
version=0.12.1
|
||||
version=0.12.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="A small and modern C++ library, which offers some basic functionalities"
|
||||
short_desc="Small and modern C++ library, which offers some basic functionalities"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://lib.filezilla-project.org/"
|
||||
distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=60efc9455e022785d432f7a76390dd2d1d92101a65aef1f176a382d604a978bd
|
||||
checksum=778c166fde3a87e04a0524a4bf92c3eea1f0836c20119dd0859c9cd9380c86ec
|
||||
|
||||
libfilezilla-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libfilezilla>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue