mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/libfilezilla: new aport
C++ library to build platform-independent programs
This commit is contained in:
parent
64c93dc694
commit
14853223b9
33
testing/libfilezilla/APKBUILD
Normal file
33
testing/libfilezilla/APKBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
pkgname=libfilezilla
|
||||
pkgver=0.10.0
|
||||
pkgrel=0
|
||||
pkgdesc="C++ library, offering some basic functionality to build high-performing, platform-independent programs"
|
||||
url="http://filezilla-project.org"
|
||||
arch="all"
|
||||
license="GPL2"
|
||||
makedepends="cppunit-dev"
|
||||
subpackages="$pkgname-dev"
|
||||
source="http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
sha512sums="b21efe77e7555fbed29ff798a19c922d12446295467af38683009770d6db753518fb5b2d8f14a77803e2559bc4038e5794c1750544527351f9526170ff591800 libfilezilla-0.10.0.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user