cdparanoia: add homepage, license, fix build

This commit is contained in:
ojab 2013-03-29 16:46:49 +04:00
parent 47307a43de
commit f434be46e6
1 changed files with 7 additions and 0 deletions

View File

@ -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 <pancake@nopcode.org>"
checksum=005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df
long_desc="
@ -23,4 +25,9 @@ long_desc="
disable_parallel_build=yes
subpackages="$pkgname-devel"
makedepends="automake"
pre_configure() {
autoreconf -i
}