22 lines
701 B
Bash
22 lines
701 B
Bash
# Template file for 'libfilezilla'
|
|
pkgname=libfilezilla
|
|
version=0.5.0
|
|
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="${SOURCEFORGE_SITE}/filezilla/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=8c6a1af13113bbb78e1c66ebbbffa84c0f0ee243c0789e9b92f8e11fcb84c51d
|
|
|
|
libfilezilla-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="libfilezilla>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|