Files
ports/main/libfilezilla/spkgbuild
2023-10-11 11:42:53 +00:00

16 lines
406 B
Plaintext

# description : Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs
# depends : nettle gnutls
name=libfilezilla
version=0.45.0
release=1
source="https://download.filezilla-project.org/libfilezilla/libfilezilla-$version.tar.xz"
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}