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