wok-6.x annotate pixman/receipt @ rev 12653
freeglut, matchbox-desktop-2: add LDFLAGS for Binutils 2.22
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 30 10:01:30 2012 +0200 (2012-04-30) |
parents | b764c5b7e0b7 |
children | 7ae8c5d88295 |
rev | line source |
---|---|
pankso@831 | 1 # SliTaz package receipt. |
pankso@831 | 2 |
pankso@831 | 3 PACKAGE="pixman" |
pankso@12509 | 4 VERSION="0.25.2" |
pankso@831 | 5 CATEGORY="x-window" |
pankso@831 | 6 SHORT_DESC="Pixman library." |
pankso@831 | 7 MAINTAINER="pankso@slitaz.org" |
slaxemulator@6291 | 8 BUILD_DEPENDS="perl" |
slaxemulator@7312 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@831 | 10 WEB_SITE="http://www.cairographics.org/" |
slaxemulator@7312 | 11 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pankso@831 | 12 |
pankso@831 | 13 # Rules to configure and make the package. |
pankso@831 | 14 compile_rules() |
pankso@831 | 15 { |
pankso@12509 | 16 cd $src |
pankso@12509 | 17 ./configure \ |
pankso@12509 | 18 --enable-gtk=no \ |
pankso@12509 | 19 $CONFIGURE_ARGS && |
pankso@12509 | 20 make && make install |
pankso@831 | 21 } |
pankso@831 | 22 |
pankso@831 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@831 | 24 genpkg_rules() |
pankso@831 | 25 { |
pankso@831 | 26 mkdir -p $fs/usr/lib |
pankso@12509 | 27 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@831 | 28 } |