# Description: Library to access and submit data on a CDDB server. # URL: https://libcddb.sourceforge.net/ # Maintainer: John McQuah, jmcquah at disroot dot org name=libcddb version=1.3.2 release=2 source=(https://download.sourceforge.net/$name/$name-$version.tar.bz2) build() { cd $name-$version CFLAGS+=' -Wno-error=incompatible-pointer-types' \ ./configure --prefix=/usr \ --without-cdio make make DESTDIR=$PKG install }