nrg2iso: fix build_wrksrc

This is a workaround until a better solution comes along.

The tarball extracts additional files into the current directory.

   % tar tf nrg2iso-0.4.1.tar.gz
   ._nrg2iso-0.4.1
   nrg2iso-0.4.1/

This is breaks the new wrksrc behavior.  By setting build_wrksrc,
we can work around it enough for it to work.
This commit is contained in:
Andrew Benson 2023-02-24 19:55:32 -06:00
parent 2977625e1f
commit d746ce765a

View file

@ -2,6 +2,7 @@
pkgname=nrg2iso
version=0.4.1
revision=1
build_wrksrc="nrg2iso-${version}"
build_style=gnu-makefile
short_desc="Simple tool to convert from Nero Burning Rom (NRG) to ISO"
maintainer="Orphaned <orphan@voidlinux.org>"