wok view perl-cairo/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 20661c276bcf
children d1c6b019c94e
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-cairo"
4 SOURCE="Cairo"
5 VERSION="1.106"
6 CATEGORY="development"
7 SHORT_DESC="Perl interface to the cairo library."
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="LGPL2.1"
10 DEPENDS="perl cairo freetype fontconfig libpng"
11 BUILD_DEPENDS="perl cairo-dev freetype-dev fontconfig-dev libpng-dev \
12 perl-extutils-depends perl-extutils-pkgconfig perl-test-number-delta"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WEB_SITE="https://metacpan.org/release/Cairo"
15 WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }