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