void-packages/srcpkgs/libfilezilla/template

23 lines
701 B
Bash
Raw Normal View History

2016-02-14 22:13:43 +00:00
# Template file for 'libfilezilla'
pkgname=libfilezilla
2016-05-21 05:51:43 +00:00
version=0.5.2
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-05-21 05:51:43 +00:00
checksum=2beacbbd00a14c3be035c593278604f146e0268c5f5d58c95957121b6e879c80
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
vmove usr/lib/pkgconfig
2016-02-14 22:13:43 +00:00
}
}