wok-next diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pixman/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="pixman"
     1.7 +VERSION="0.36.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Pixel-manipulation library for X and Cairo"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://www.cairographics.org/"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/pixman.html"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.17 +TARBALL_SHA1="10d85590beee287a508a148297808a66d1ce11cd"
    1.18 +
    1.19 +BUILD_DEPENDS="libpng-dev"
    1.20 +SPLIT="$PACKAGE-dev"
    1.21 +
    1.22 +compile_rules() {
    1.23 +	./configure \
    1.24 +		--disable-static \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	fix libtool &&
    1.27 +	make &&
    1.28 +	make install
    1.29 +}
    1.30 +
    1.31 +TAGS="Xorg"
    1.32 +
    1.33 +PROVIDE_std="xorg-pixman"
    1.34 +PROVIDE_dev="xorg-pixman-dev"