wok annotate xaos/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents 384d929ddfd3
children 922f061231c2
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"
pascal@18125 6 SHORT_DESC="Fast interactive fractal zoomer."
pascal@18125 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19678 8 LICENSE="GPL2"
pascal@18125 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18125 10 WEB_SITE="http://matek.hu/xaos/"
pascal@18125 11 WGET_URL="http://heanet.dl.sourceforge.net/project/xaos/XaoS/$VERSION/$TARBALL"
pascal@18125 12
pascal@18125 13 DEPENDS="libpng zlib"
pascal@18125 14 BUILD_DEPENDS="pkg-config libpng-dev nasm gettext"
pascal@18125 15
pascal@18125 16 # Rules to configure and make the package.
pascal@18125 17 compile_rules()
pascal@18125 18 {
pascal@18125 19 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@18125 20 --mandir=/usr/share/man \
pascal@18125 21 $CONFIGURE_ARGS &&
pascal@18125 22 make &&
pascal@18125 23 make DESTDIR=$DESTDIR install
pascal@18125 24 }
pascal@18125 25
pascal@18125 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18125 27 genpkg_rules()
pascal@18125 28 {
pascal@18125 29 cp -a $install/* $fs/
pascal@18125 30 }