SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "cdrdao"

# SliTaz package receipt.

PACKAGE="cdrdao"
VERSION="1.2.4"
CATEGORY="multimedia"
SHORT_DESC="Records audio/data CD-Rs using toc files"
MAINTAINER="jozee@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://cdrdao.sourceforge.net/"

TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

DEPENDS="gcc-lib-base lame libmad libvorbis libao"
BUILD_DEPENDS="lame-dev libmad-dev libvorbis-dev libao-dev libao libogg-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects//cdrdao/files/ 2>/dev/null | \
    sed '/scope="row/!d;/tar/!d;s|.*/cdrdao-||;s|.tar.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    for i in trackdb/*.cc ; do
        grep -q string.h $i && continue
        grep -q util.h $i || continue
        sed -i 's/"util.h"/&\n#include <string.h>/' $i
    done
    find -name '*.c' | xargs sed -i -e 's/getline/get_line/' \
        -e 's/fexecve/fexec_ve/' scsilib/include/schily.h
    grep -qs 'define u8' scsilib/libscg/scsi-linux-sg.c ||
    sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
        scsilib/libscg/scsi-linux-sg.c
#    patch -Np1 -i $stuff/$PACKAGE-$VERSION-stat.patch || return 1

    ./configure \
        --prefix=/usr \
        --with-lame \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin
    cp -a $install/usr/bin/cdrdao $fs/usr/bin
    cp -a $install/usr/share $fs/usr
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)