wok view pce/receipt @ rev 20333

linux: read default cmdline from EFI\BOOT\linux.cmdline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 02 13:53:27 2018 +0200 (2018-06-02)
parents
children 2f230197370e
line source
1 # SliTaz package receipt.
3 PACKAGE="pce"
4 VERSION="20140222-4b05f0c"
5 CATEGORY="misc"
6 SHORT_DESC="A collection of microcomputer emulators."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.hampa.ch/pce/about.html"
11 WGET_URL="http://www.hampa.ch/pub/pce/pre/$TARBALL"
12 TAGS="emulator atari macplus"
14 DEPENDS="readline ncurses libsdl xorg-libX11 libxcb xorg-libXau xorg-libXdmcp"
15 BUILD_DEPENDS="readline-dev ncurses-dev libsdl-dev xorg-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure --prefix=/usr \
21 --sysconfdir=/etc \
22 --mandir=/usr/share/man \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs/
32 }