mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
16 lines
406 B
Plaintext
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
|
|
|
|
}
|