Removed --sysconfdir option in a lot of build files in base Added preservestaticlibs option in base/argp-standalone Fixed CFLAGS variable in base/{file,grep} Fixed build options in base/gstreamer Fixed LDFLAGS variable in base/less Removed CFLAGS variable in base/libarchive Multiple build option fixes in base/nasm
32 lines
747 B
Text
Executable file
32 lines
747 B
Text
Executable file
app=libcddb
|
|
version=1.3.2
|
|
build=1sml
|
|
homepage="https://sourceforge.net/projects/libcddb/"
|
|
download="https://sourceforge.net/projects/libcddb/files/libcddb/$version/libcddb-$version.tar.bz2"
|
|
desc="library to access CDDB data from different protocols such as CDDBP, HTTP, SMTP"
|
|
requires="musl"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--disable-static \
|
|
$builddist
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
f1b512f953fa494cea09eddff451efd9291b49bd268df699d5dd609f113d153ddcf08fdd7d261287829b0dc2b527cb91838c7b603fd2f3a3a453d96850b289e7 libcddb-1.3.2.tar.lz
|
|
"
|