wok-6.x annotate pixman/receipt @ rev 19593
Up: bash 4.4
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Jan 01 17:02:35 2017 +0000 (2017-01-01) |
parents | 4dcf150f8956 |
children | a78610b2eb47 |
rev | line source |
---|---|
pankso@831 | 1 # SliTaz package receipt. |
pankso@831 | 2 |
pankso@831 | 3 PACKAGE="pixman" |
devl547@17566 | 4 VERSION="0.32.6" |
pankso@831 | 5 CATEGORY="x-window" |
al@17992 | 6 SHORT_DESC="Pixel-manipulation library for X and Cairo" |
pankso@831 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15021 | 8 LICENSE="MIT" |
al@14225 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@831 | 10 WEB_SITE="http://www.cairographics.org/" |
al@14225 | 11 #WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
al@14225 | 12 WGET_URL="${WEB_SITE}releases/$TARBALL" |
pankso@12981 | 13 HOST_ARCH="i486 arm" |
pankso@831 | 14 |
al@14225 | 15 DEPENDS="glibc-base" |
al@14225 | 16 BUILD_DEPENDS="libpng-dev" |
al@14225 | 17 |
pankso@831 | 18 # Rules to configure and make the package. |
pankso@831 | 19 compile_rules() |
pankso@831 | 20 { |
pankso@12509 | 21 ./configure \ |
pankso@12509 | 22 --enable-gtk=no \ |
al@14225 | 23 --enable-libpng \ |
pankso@12509 | 24 $CONFIGURE_ARGS && |
al@14225 | 25 make && |
al@14225 | 26 make install |
pankso@831 | 27 } |
pankso@831 | 28 |
pankso@831 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@831 | 30 genpkg_rules() |
pankso@831 | 31 { |
pankso@831 | 32 mkdir -p $fs/usr/lib |
pankso@12509 | 33 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@831 | 34 } |