wok diff fs-uae/receipt @ rev 23286

updated perl-algorithm-permute (0.12 -> 0.16)
author Hans-G?nter Theisgen
date Sun Mar 29 14:45:23 2020 +0100 (2020-03-29)
parents
children a4a9b130531d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fs-uae/receipt	Sun Mar 29 14:45:23 2020 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="fs-uae"
     1.7 +VERSION="3.0.0"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="An Amiga emulator based on UAE/WinUAE with a focus on emulating games"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://fs-uae.net/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="https://fs-uae.net/stable/$VERSION/$PACKAGE-$VERSION.tar.gz"
    1.16 +
    1.17 +BUILD_DEPENDS="gettext zip libmpeg2-dev openal-dev libpng-dev libsdl2-dev \
    1.18 +zlib-dev xorg-libX11-dev xorg-libXi-dev"
    1.19 +DEPENDS="glib libdrm libmpeg2 libpng libsdl2 libxcb mesa openal pcre \
    1.20 +xorg-libX11 xorg-libXau xorg-libXdamage xorg-libXdmcp xorg-libXext \
    1.21 +xorg-libXfixes xorg-libXxf86vm zlib"
    1.22 +
    1.23 +compile_rules() {
    1.24 +	./configure \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make &&
    1.27 +	make install
    1.28 +}
    1.29 +
    1.30 +genpkg_rules() {
    1.31 +	mkdir -p $fs
    1.32 +	cp -a $install/* $fs
    1.33 +}