wok-current diff libcdio-paranoia/receipt @ rev 22949
updated inotify-tools (3.14 -> 3.20.2.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 28 14:28:10 2020 +0100 (2020-02-28) |
parents | |
children | 8ffe65490642 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libcdio-paranoia/receipt Fri Feb 28 14:28:10 2020 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libcdio-paranoia" 1.7 +VERSION="10.2+0.94+2" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="Port of xiph.org's cdda paranoia to use libcdio for CDROM access." 1.10 +MAINTAINER="developer@slitaz.org" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="https://github.com/rocky/libcdio-paranoia" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="$GNU_MIRROR/libcdio/$TARBALL" 1.16 + 1.17 +DEPENDS="libcdio" 1.18 +BUILD_DEPENDS="libcdio-dev libtool" 1.19 + 1.20 +compile_rules() 1.21 +{ 1.22 + ./configure \ 1.23 + --enable-cpp-progs \ 1.24 + --disable-static \ 1.25 + --disable-example-progs \ 1.26 + $CONFIGURE_ARGS && 1.27 + make -j 1 && 1.28 + make install 1.29 +} 1.30 + 1.31 +genpkg_rules() 1.32 +{ 1.33 + mkdir -p $fs/usr/lib 1.34 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.35 +}