New package: libfilezilla-0.3.1
This commit is contained in:
parent
de109af78e
commit
6a454b506a
|
@ -2349,3 +2349,4 @@ libhwloc.so.5 libhwloc-1.11.2_1
|
|||
libnetfilter_cttimeout.so.1 libnetfilter_cttimeout-1.0.0_1
|
||||
libnetfilter_cthelper.so.0 libnetfilter_cthelper-1.0.0_1
|
||||
libnetfilter_queue.so.1 libnetfilter_queue-1.0.2_1
|
||||
libfilezilla.so.0 libfilezilla-0.3.1_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libfilezilla
|
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'libfilezilla'
|
||||
pkgname=libfilezilla
|
||||
version=0.3.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="A small and modern C++ library, offering some basic functionality"
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue