miau: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 09:55:05 +02:00
parent ec6133b1ea
commit 97d4092e77
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 24 additions and 23 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF336QmaTwIK3NaiJi5rRNiUxrQVISz2jL5C4QsHJlmHLScziOHZRGFOShIAo5sD45AALmywPuMACEQ4nhK9imnws=
SHA256 (Pkgfile) = b03dbe6ef905195ef9b70d89be49440e7a198d71600c5dc2da46ba0440e4b9cc
RWSagIOpLGJF3zZLQh9pyzDbIphTtvbu88a++hEDroxEcTYeI+4yaCXsGsqhUjgEHfRHZMlY4LJh8feCE7KIIBTtI7ryUWdDJAU=
SHA256 (Pkgfile) = 39fbbf12ff8b6b4351498cd0ee3cfc11d7a6b65e9b280f063c3667ab7881612a
SHA256 (.footprint) = b99534ff32ffbfba0033f5c96095a18f269609796cedfb4736874e12d9175ee0
SHA256 (miau-0.6.6.tar.bz2) = 5409fd19748fe0eb98b9975270233878d02718538e9c3b438fe0b74d61465804

View File

@ -1,7 +1,6 @@
# Description: Small IRC proxy.
# URL: http://miau.sourceforge.net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Mark Rosenstand, mark at borkware dot net
# URL: https://miau.sourceforge.net/
# Maintainer: unmaintained
name=miau
version=0.6.6
@ -10,6 +9,7 @@ source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$ver
build() {
cd $name-$version
./configure \
--prefix=/usr \
--enable-dccbounce \
@ -25,6 +25,7 @@ build() {
--enable-dumpstatus
make
make DESTDIR=$PKG install
mv $PKG/usr/share/doc/miau $PKG/usr/share
rm -r $PKG/usr/share/{doc,info}
}