wok-next view pce/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://www.hampa.ch/pce/about.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.hampa.ch/pub/pce/pre/$TARBALL"
14 BUILD_DEPENDS="readline-dev ncurses-dev sdl-dev xorg-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="readline ncurses sdl libx11 libxcb libxau \
25 libxdmcp"
26 TAGS="emulator atari macplus"
27 }