xdelta3: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-06 19:39:55 +02:00
parent 55bb5ee6c6
commit 6aeb42d23a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30U05q4fV1CR/7IFzo1L9wpAVks6k+lEw9EbJbiCHMxM2KJELsbnD0HcIMYF9a162PXqQ4mVNRNiCSUtV7DiUg8=
SHA256 (Pkgfile) = 018547b80682bd3f47560054e6ba256a1d630b97282dca6437233f15669826e8
RWSagIOpLGJF32UhhraKm64UdZV0MV8bZZhO2P6YXE5d/hCB6rOsDVhhU9Io0KqxH/BDx70H8i6mm92mci05oDdZ/iZIv5s7gwM=
SHA256 (Pkgfile) = f34fba661f917fb48d37827453bcfbe2d1ab33f71d9d6cfa842a258fada6339f
SHA256 (.footprint) = 8cbc570d82c3fb9d56ac132df3d516cbcb20c99756b32d42e618fe2d0590a0cd
SHA256 (xdelta3-3.1.0.tar.gz) = 114543336ab6cee3764e3c03202701ef79d7e5e8e4863fe64811e4d9e61884dc

View File

@ -1,6 +1,6 @@
# Description: A binary diff tool that uses the VCDIFF (RFC 3284) format and compression.
# URL: http://xdelta.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
# Depends on: xz
name=xdelta3
@ -9,8 +9,8 @@ release=1
source=(https://github.com/jmacd/xdelta-gpl/releases/download/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}