wok-next annotate pixman/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="pixman"
al@21072 4 VERSION="0.36.0"
al@21072 5 CATEGORY="x-window"
al@21072 6 SHORT_DESC="Pixel-manipulation library for X and Cairo"
al@21072 7 MAINTAINER="devel@slitaz.org"
al@21072 8 LICENSE="MIT"
al@21072 9 WEB_SITE="https://www.cairographics.org/"
al@21072 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/pixman.html"
al@21072 11
al@21072 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21072 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
al@21072 14 TARBALL_SHA1="10d85590beee287a508a148297808a66d1ce11cd"
al@21072 15
al@21072 16 BUILD_DEPENDS="libpng-dev"
al@21072 17 SPLIT="$PACKAGE-dev"
al@21072 18
al@21072 19 compile_rules() {
al@21072 20 ./configure \
al@21072 21 --disable-static \
al@21072 22 $CONFIGURE_ARGS &&
al@21072 23 fix libtool &&
al@21072 24 make &&
al@21072 25 make install
al@21072 26 }
al@21072 27
al@21072 28 TAGS="Xorg"
al@21072 29
al@21072 30 PROVIDE_std="xorg-pixman"
al@21072 31 PROVIDE_dev="xorg-pixman-dev"