wok-next annotate xplanet/receipt @ rev 21468

updated tcpreplay (4.2.6 -> 4.3.2)
author Hans-G?nter Theisgen
date Wed May 13 06:25:58 2020 +0100 (2020-05-13)
parents 75632eca5b07
children
rev   line source
al@20241 1 # SliTaz package receipt v2.
pascal@3804 2
pascal@3804 3 PACKAGE="xplanet"
al@20241 4 VERSION="1.3.0"
al@20241 5 CATEGORY="graphics"
al@20241 6 SHORT_DESC="Render major planets into the X root window"
pascal@3804 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20241 9 WEB_SITE="http://xplanet.sourceforge.net/"
al@20241 10
pascal@3804 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@3804 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15000 13
al@21078 14 BUILD_DEPENDS="patch libx11-dev libice-dev libxext-dev \
al@21078 15 libxscrnsaver-dev freetype-dev pango-dev giflib-dev libjpeg-turbo-dev \
al@21078 16 libpng-dev tiff-dev"
al@21081 17 DEPENDS="perl jpeg libpng zlib libtiff libx11 freetype pango fontconfig \
al@21081 18 glib libxau libxdmcp expat giflib libxscrnsaver gcc-lib-base util-linux-uuid"
al@20241 19
al@20241 20 compile_rules() {
al@20241 21 ./configure \
al@20241 22 --with-freetype \
al@20241 23 $CONFIGURE_ARGS &&
al@20241 24 make -j1 &&
al@20241 25 make install
al@20241 26 }