wok rev 21187

created recipe for libcdio-paranoia
author Hans-G?nter Theisgen
date Wed Apr 03 15:43:41 2019 +0100 (2019-04-03)
parents e2eba69940d9
children 867bb26f7a1e
files libcdio-paranoia/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libcdio-paranoia/receipt	Wed Apr 03 15:43:41 2019 +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 +}