wok annotate xaos/receipt @ rev 20588
openvas-manager, openvas-administrator: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 15 13:51:03 2018 +0100 (2018-12-15) |
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 } |