wok-next annotate pce/receipt @ rev 21212

updated barnyard2 (1.9 -> 2.1.13)
author Hans-G?nter Theisgen
date Mon Dec 02 17:16:10 2019 +0100 (2019-12-02)
parents 5669e8b3be70
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@18482 2
pascal@18482 3 PACKAGE="pce"
pascal@18482 4 VERSION="20140222-4b05f0c"
pascal@18482 5 CATEGORY="misc"
al@20534 6 SHORT_DESC="A collection of microcomputer emulators"
pascal@18482 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18482 8 LICENSE="GPL2"
al@20534 9 WEB_SITE="http://www.hampa.ch/pce/about.html"
al@20534 10
pascal@18482 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18482 12 WGET_URL="http://www.hampa.ch/pub/pce/pre/$TARBALL"
pascal@18482 13
al@21087 14 BUILD_DEPENDS="readline-dev ncurses-dev sdl-dev xorg-dev"
pascal@18482 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
pascal@18482 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@18482 20 }
pascal@18482 21
al@20534 22 genpkg_rules() {
al@20534 23 copy @std
al@21087 24 DEPENDS="readline ncurses sdl libx11 libxcb libxau \
al@21078 25 libxdmcp"
al@20534 26 TAGS="emulator atari macplus"
pascal@18482 27 }