SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "orpheus"

# SliTaz package receipt.

PACKAGE="orpheus"
VERSION="1.6"
CATEGORY="multimedia"
SHORT_DESC="Ncurses based audio player"
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
SUGGESTED="mpg123"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://web.archive.org/web/20180602005123/http://thekonst.net/en/orpheus"
WGET_URL="http://ftp.uni-kl.de/pub/linux/gentoo/distfiles/4c/$TARBALL"
TAGS="audio sound music player"

DEPENDS="ncurses libvorbis libogg libxml2 zlib"
BUILD_DEPENDS="autoconf automake libvorbis-dev libogg-dev ncurses-dev"

# Rules to configure and make the package.
compile_rules()
{
    export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -logg"
    unset CFLAGS CXXFLAGS
    ./configure 2>&1 | grep -v /config.rpath &&
    make &&
    make DESTDIR=$DESTDIR install
}

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