diff --git a/srcpkgs/cdparanoia/template b/srcpkgs/cdparanoia/template index 16a4fbb56b7..4b45cd8feeb 100644 --- a/srcpkgs/cdparanoia/template +++ b/srcpkgs/cdparanoia/template @@ -8,6 +8,8 @@ build_style=gnu-configure make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr MANDIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/man install" short_desc="CDDA reading utility with extra data verification features" +homepage="https://www.xiph.org/paranoia/" +license="GPL-2" maintainer="pancake " checksum=005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df long_desc=" @@ -23,4 +25,9 @@ long_desc=" disable_parallel_build=yes subpackages="$pkgname-devel" +makedepends="automake" + +pre_configure() { + autoreconf -i +}