23 lines
711 B
Bash
23 lines
711 B
Bash
# Template file for 'libfilezilla'
|
|
pkgname=libfilezilla
|
|
version=0.11.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
short_desc="A small and modern C++ library, which offers some basic functionalities"
|
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|
license="GPL-2"
|
|
homepage="https://lib.filezilla-project.org/"
|
|
distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=96e59946fcf6f9444abfb4aea9f9275b9fa66f868bed00571bc32898bb178472
|
|
|
|
libfilezilla-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="libfilezilla>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|