2016-02-14 23:13:43 +01:00
|
|
|
# Template file for 'libfilezilla'
|
|
|
|
pkgname=libfilezilla
|
|
|
|
version=0.3.1
|
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-static"
|
2016-02-14 23:13:52 +01:00
|
|
|
short_desc="A small and modern C++ library, which offers some basic functionalities"
|
2016-02-14 23:13:43 +01:00
|
|
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="https://lib.filezilla-project.org/"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/filezilla/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
|
|
checksum=a4adde9ce2de975e0f8b111705b9f89939466f19edf609efb785a6bf00f050ef
|
|
|
|
|
|
|
|
libfilezilla-devel_package() {
|
|
|
|
short_desc+=" - development files"
|
|
|
|
depends="libfilezilla>=${version}_${revision}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/*.so
|
|
|
|
}
|
|
|
|
}
|