librsync: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:51:28 +00:00
parent ec5ec69ffc
commit ff7cd49e16
3 changed files with 0 additions and 40 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/librsync.h
-rw-r--r-- root/root usr/include/librsync_export.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/librsync.so -> librsync.so.2
lrwxrwxrwx root/root usr/lib/librsync.so.2 -> librsync.so.2.3.1
-rwxr-xr-x root/root usr/lib/librsync.so.2.3.1
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/librsync.3.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Z+t4FzvrMwUGLlje75LAsHofGMYAmrC0ws7rL0ze3b49qkJ1/8WMKOfN91NlQt12hd2LQjIHAWqCAcbNVRqtgA=
SHA256 (Pkgfile) = 22ee8eea60f1715451de929d243ced8d5a1a93dce7835aecb21af298b242a5e1
SHA256 (.footprint) = b92352bc7d10f728be54eeedfc60c69780df3eaffaf3a01d1eee7a19d1fc8a12
SHA256 (librsync-v2.3.1.tar.gz) = dbd7eb643665691bdf4009174461463737b19b4814b789baad62914cabfe4569

View File

@ -1,23 +0,0 @@
# Description: Library for delta compression of streams
# URL: http://librsync.sourceforge.net/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: popt cmake
name=librsync
version=2.3.1
release=1
source=(https://github.com/$name/$name/archive/v$version/$name-v$version.tar.gz)
build() {
cmake -S $name-$version -B build \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
cmake --build build
DESTDIR=$PKG cmake --install build
rm -r $PKG/usr/share/man/man1
rm -r $PKG/usr/bin
}