wok view pce/receipt @ rev 18774

syslinux/iso2exe: load custom config in /init
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 01 10:37:57 2016 +0100 (2016-01-01)
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 }