wok view libcdio-paranoia/receipt @ rev 22194

updated xorg-kbproto (1.0.6 -> 1.0.7)
author Hans-G?nter Theisgen
date Mon Nov 11 09:53:32 2019 +0100 (2019-11-11)
parents
children 8ffe65490642
line source
1 # SliTaz package receipt.
3 PACKAGE="libcdio-paranoia"
4 VERSION="10.2+0.94+2"
5 CATEGORY="multimedia"
6 SHORT_DESC="Port of xiph.org's cdda paranoia to use libcdio for CDROM access."
7 MAINTAINER="developer@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/rocky/libcdio-paranoia"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$GNU_MIRROR/libcdio/$TARBALL"
14 DEPENDS="libcdio"
15 BUILD_DEPENDS="libcdio-dev libtool"
17 compile_rules()
18 {
19 ./configure \
20 --enable-cpp-progs \
21 --disable-static \
22 --disable-example-progs \
23 $CONFIGURE_ARGS &&
24 make -j 1 &&
25 make install
26 }
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib
31 cp -a $install/usr/lib/*.so* $fs/usr/lib
32 }