wok-next diff pce/receipt @ rev 21010

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 12 16:40:30 2018 +0300 (2018-10-12)
parents 7639f09792cf
children d5aab818505e
line diff
     1.1 --- a/pce/receipt	Wed Feb 28 13:56:24 2018 +0200
     1.2 +++ b/pce/receipt	Fri Oct 12 16:40:30 2018 +0300
     1.3 @@ -1,32 +1,27 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="pce"
     1.8  VERSION="20140222-4b05f0c"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="A collection of microcomputer emulators."
    1.11 +SHORT_DESC="A collection of microcomputer emulators"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://www.hampa.ch/pce/about.html"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.hampa.ch/pce/about.html"
    1.18  WGET_URL="http://www.hampa.ch/pub/pce/pre/$TARBALL"
    1.19 -TAGS="emulator atari macplus"
    1.20  
    1.21 -DEPENDS="readline ncurses libsdl xorg-libX11 xorg-libxcb xorg-libXau xorg-libXdmcp"
    1.22  BUILD_DEPENDS="readline-dev ncurses-dev libsdl-dev xorg-dev"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	./configure --prefix=/usr \
    1.28 -		--sysconfdir=/etc \
    1.29 -		--mandir=/usr/share/man \
    1.30 -		$CONFIGURE_ARGS &&
    1.31 +compile_rules() {
    1.32 +	./configure $CONFIGURE_ARGS &&
    1.33  	make &&
    1.34  	make DESTDIR=$DESTDIR install
    1.35  }
    1.36  
    1.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 -genpkg_rules()
    1.39 -{
    1.40 -	cp -a $install/* $fs/
    1.41 +genpkg_rules() {
    1.42 +	copy @std
    1.43 +	DEPENDS="readline ncurses libsdl xorg-libX11 xorg-libxcb xorg-libXau \
    1.44 +	xorg-libXdmcp"
    1.45 +	TAGS="emulator atari macplus"
    1.46  }