SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "zsnes"

# SliTaz package receipt.

PACKAGE="zsnes"
VERSION="1.51"
CATEGORY="games"
MAINTAINER="slaxemulator@gmail.com"
SHORT_DESC="Super Nintendo emulator"
WEB_SITE="http://www.zsnes.com/"
DEPENDS="gcc-lib-base libsdl libpng ncurses mesa zlib"
BUILD_DEPENDS="$DEPENDS nasm libsdl-dev libpng-dev ncurses-dev mesa-dev automake autoconf zlib-dev patch"
TARBALL="zsnes151src.tar.bz2"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
TAGS="snes"

# Rules to configure and make the package.

compile_rules() {
  cd $src
  patch -p1 -i $stuff/zsnes.patch 
  cd $src/src
  ./configure --prefix=/usr \
    --x-libraries=/usr/lib \
    --enable-release \
    force_arch=i486 \
    $CONFIGURE_ARGS &&
   make &&
   make -j 1 install
}
    
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin
    cp -a $src/src/zsnes $fs/usr/bin
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)