SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "fs-uae"

# SliTaz package receipt.

PACKAGE="fs-uae"
VERSION="3.0.0"
CATEGORY="games"
SHORT_DESC="An Amiga emulator based on UAE/WinUAE with a focus on emulating games"
MAINTAINER="devel@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://fs-uae.net/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://fs-uae.net/stable/$VERSION/$PACKAGE-$VERSION.tar.gz"

BUILD_DEPENDS="gettext zip libmpeg2-dev openal-dev libpng-dev libsdl2-dev \
zlib-dev xorg-libX11-dev xorg-libXi-dev libatomic"
DEPENDS="glib libdrm libmpeg2 libpng libsdl2 libxcb mesa openal pcre \
xorg-libX11 xorg-libXau xorg-libXdamage xorg-libXdmcp xorg-libXext \
xorg-libXfixes xorg-libXxf86vm zlib"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed '/FS-UAE [0-9]/!d;s|.*FS-UAE ||;s| is.*||;q'
}

compile_rules() {
    ./configure \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

genpkg_rules() {
    mkdir -p $fs
    cp -a $install/* $fs
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)