Hi Army,
thank you for creating and maintaining this package! :-) I just saw it has been orphaned, soooo I think it's time for me to adopt it. :-)
Cheers!
Oh, hehe, I haven't used this package for quite some time. But I'll update the package, thanks for your comment :)
Hi Army,
rtspeccy's makefile now supports installation using "make install". I'd recommend using it in the PKGBUILD. That way, you always make sure that all files are installed. For example, rtspeccy ships a manpage for some time now. :)
Should look something like this:
package() {
cd "$srcdir/$_gitname-build"
make DESTDIR="$pkgdir" prefix="/usr" install
}
Thanks!
Improved and corrected the PKGBUILD