# HG changeset patch # User Hans-G?nter Theisgen # Date 1554302621 -3600 # Node ID 675e8c74d231d79d4e6716ad719fb5a25f843a7c # Parent e2eba69940d9e2c68bbcfae09b9bc00bba4e1892 created recipe for libcdio-paranoia diff -r e2eba69940d9 -r 675e8c74d231 libcdio-paranoia/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libcdio-paranoia/receipt Wed Apr 03 15:43:41 2019 +0100 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="libcdio-paranoia" +VERSION="10.2+0.94+2" +CATEGORY="multimedia" +SHORT_DESC="Port of xiph.org's cdda paranoia to use libcdio for CDROM access." +MAINTAINER="developer@slitaz.org" +LICENSE="GPL3" +WEB_SITE="https://github.com/rocky/libcdio-paranoia" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$GNU_MIRROR/libcdio/$TARBALL" + +DEPENDS="libcdio" +BUILD_DEPENDS="libcdio-dev libtool" + +compile_rules() +{ + ./configure \ + --enable-cpp-progs \ + --disable-static \ + --disable-example-progs \ + $CONFIGURE_ARGS && + make -j 1 && + make install +} + +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib +}