wok-next annotate perl-cairo/receipt @ rev 21206

try to build assaultcube again
author Hans-G?nter Theisgen
date Mon Dec 02 09:25:03 2019 +0100 (2019-12-02)
parents f17e1f86f546
children
rev   line source
al@21017 1 # SliTaz package receipt v2.
claudinei@3179 2
al@21068 3 ORIGIN="Cairo"
claudinei@3179 4 PACKAGE="perl-cairo"
al@19709 5 VERSION="1.106"
al@21068 6 AUTHOR="XAOC"
al@19709 7 CATEGORY="perl"
al@19709 8 SHORT_DESC="Cairo - Perl interface to the cairo 2d vector graphics library"
al@21068 9 MAINTAINER="devel@slitaz.org"
pascal@14996 10 LICENSE="LGPL2.1"
al@21068 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 12 REPOLOGY="${PACKAGE/-/:}"
al@19709 13
al@21068 14 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@19709 16
al@21105 17 DEPENDS="libcairo freetype perl-extutils-depends perl-extutils-pkgconfig"
al@21105 18 BUILD_DEPENDS="$DEPENDS perl-dev cairo-dev"
al@21068 19
al@21105 20 COPY="@std *.h"
claudinei@3179 21
al@21017 22 compile_rules() {
al@21068 23 cook_perl
claudinei@3179 24 }