schroedinger: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-06 20:59:53 +02:00
parent aa6a5b90e8
commit d98e832297
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 9 additions and 10 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/f9qa2UzIXh7Cpgpj2T9s9MAkD793tn6g3FsrSfRCiM0uXBQsiSPluiCFGGm0DsRrLs0uOn54+H0reebXRcLAI=
SHA256 (Pkgfile) = 3a2c0cc88b0d54a97e2734471d4bdc271cc477f2ef0be82d3ffd91459c2a45e4
RWSagIOpLGJF3y/xn1oG8KChQhLJY8HSc9AiXY4boCBGUQsTECbsKIKOlhCXQll/eQjhqoIsnkFkiTv5Vzfh+YZ1vxqHbcAbDgo=
SHA256 (Pkgfile) = 05b1554ef63f68a4f8872056569a911ef686e73618bf7a0bf5e318077d583a98
SHA256 (.footprint) = 097034a260ba775339e12bb21422266f86bd2c8294784ed0269d0bc3d6c60f44
SHA256 (schroedinger-1.0.11.tar.gz) = 1e572a0735b92aca5746c4528f9bebd35aa0ccf8619b22fa2756137a8cc9f912

View File

@ -1,7 +1,6 @@
# Description: schroedinger-tools is a small collection tools to code YUV files and decode raw dirac bytestreams
# URL: https://launchpad.net/schroedinger
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Falcony, falcony at users dot sourceforge dot net
# Maintainer: unmaintained
# Depends on: orc
name=schroedinger
@ -10,10 +9,10 @@ release=1
source=(https://launchpad.net/schroedinger/trunk/$version/+download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
rmdir $PKG/usr/share
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
rmdir $PKG/usr/share
}