wok-next annotate xaos/receipt @ rev 21487

updated android-platform-tools (19.0.1 -> 30.0.0)
author Hans-G?nter Theisgen
date Thu Jun 18 16:12:44 2020 +0100 (2020-06-18)
parents d5aab818505e
children
rev   line source
pascal@18125 1 # SliTaz package receipt.
pascal@18125 2
pascal@18125 3 PACKAGE="xaos"
pascal@18125 4 VERSION="3.6"
pascal@18125 5 CATEGORY="graphics"
al@21020 6 SHORT_DESC="Fast interactive fractal zoomer"
pascal@18125 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19636 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://matek.hu/xaos/doku.php"
al@19689 10
pascal@18125 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19689 12 WGET_URL="$SF_MIRROR/xaos/$TARBALL"
pascal@18125 13
al@21078 14 BUILD_DEPENDS="gettext-dev libx11-dev libice-dev libpng-dev \
al@21078 15 libxext-dev gsl-dev nasm"
pascal@18125 16
al@21020 17 compile_rules() {
al@21020 18 ./configure $CONFIGURE_ARGS &&
al@21020 19 make &&
al@21020 20 make install
pascal@18125 21 }
pascal@18125 22
al@21020 23 genpkg_rules() {
al@19783 24 copy bin/ XaoS/ locale/
al@21078 25 DEPENDS="gsl libpng libx11 libxext zlib"
pascal@18125 26 }