wok-next diff fuse-emulator-gtk3/receipt @ rev 20273

remove samba-pam
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 10:06:19 2017 +0100 (2017-11-08)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fuse-emulator-gtk3/receipt	Wed Nov 08 10:06:19 2017 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="fuse-emulator-gtk3"
     1.7 +VERSION="1.4.0"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="ZX Spectrum emulator (with GTK3 interface)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://fuse-emulator.sourceforge.net/fuse.php"
    1.13 +
    1.14 +TARBALL="fuse-$VERSION.tar.gz"
    1.15 +WGET_URL="$SF_MIRROR/fuse-emulator/$TARBALL"
    1.16 +
    1.17 +BUILD_DEPENDS="perl libspectrum-dev xorg-libX11-dev xorg-libICE-dev gtk+3-dev \
    1.18 +alsa-lib-dev libsdl-dev"
    1.19 +
    1.20 +compile_rules() {
    1.21 +	./configure \
    1.22 +		--enable-desktop-integration \
    1.23 +		$CONFIGURE_ARGS &&
    1.24 +	make && make install
    1.25 +}
    1.26 +
    1.27 +genpkg_rules() {
    1.28 +	copy @std
    1.29 +	rm -r $fs/usr/share/icons; cook_copy_icons # only 16 and 48
    1.30 +	DEPENDS="alsa-lib atk audiofile bzlib cairo fontconfig freetype gdk-pixbuf \
    1.31 +	glib gtk+3 libffi libgcrypt libgpg-error libharfbuzz liblzma libpng16 \
    1.32 +	libsdl libspectrum libxml2 pango pcre tslib util-linux-blkid \
    1.33 +	util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau xorg-libXdmcp \
    1.34 +	xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman zlib"
    1.35 +	TAGS="emulator spectrum"
    1.36 +}