wok-next annotate 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
rev   line source
al@19957 1 # SliTaz package receipt v2.
al@19957 2
al@19957 3 PACKAGE="fuse-emulator-gtk3"
al@19957 4 VERSION="1.4.0"
al@19957 5 CATEGORY="games"
al@19957 6 SHORT_DESC="ZX Spectrum emulator (with GTK3 interface)"
al@19957 7 MAINTAINER="al.bobylev@gmail.com"
al@19957 8 LICENSE="GPL2"
al@19957 9 WEB_SITE="http://fuse-emulator.sourceforge.net/fuse.php"
al@19957 10
al@19957 11 TARBALL="fuse-$VERSION.tar.gz"
al@19957 12 WGET_URL="$SF_MIRROR/fuse-emulator/$TARBALL"
al@19957 13
al@19957 14 BUILD_DEPENDS="perl libspectrum-dev xorg-libX11-dev xorg-libICE-dev gtk+3-dev \
al@19957 15 alsa-lib-dev libsdl-dev"
al@19957 16
al@19957 17 compile_rules() {
al@19957 18 ./configure \
al@19957 19 --enable-desktop-integration \
al@19957 20 $CONFIGURE_ARGS &&
al@19957 21 make && make install
al@19957 22 }
al@19957 23
al@19957 24 genpkg_rules() {
al@19957 25 copy @std
al@19957 26 rm -r $fs/usr/share/icons; cook_copy_icons # only 16 and 48
al@19957 27 DEPENDS="alsa-lib atk audiofile bzlib cairo fontconfig freetype gdk-pixbuf \
al@19957 28 glib gtk+3 libffi libgcrypt libgpg-error libharfbuzz liblzma libpng16 \
al@19957 29 libsdl libspectrum libxml2 pango pcre tslib util-linux-blkid \
al@19957 30 util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau xorg-libXdmcp \
al@19957 31 xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman zlib"
al@19957 32 TAGS="emulator spectrum"
al@19957 33 }