wok-next view xorg-pixman/receipt @ rev 20927

punjab -> python-punjab
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 22 17:33:48 2018 +0300 (2018-08-22)
parents b863487b8e7a
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-pixman"
4 VERSION="0.34.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Pixel-manipulation library for X and Cairo"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.cairographics.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pixman.html"
11 REPOLOGY="pixman"
13 TARBALL="pixman-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
16 BUILD_DEPENDS="libpng16-dev"
17 SPLIT="xorg-pixman-dev"
19 compile_rules() {
20 ./configure \
21 --disable-static \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 *-pixman) copy @std;;
31 *-dev) copy @dev;;
32 esac
33 }