wok-next annotate libart_lgpl/receipt @ rev 19904

avrdude: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 12 18:55:33 2017 +0200 (2017-10-12)
parents 4904e3d374a9
children 0ec6086e21d6
rev   line source
al@19811 1 # SliTaz package receipt v2.
pankso@36 2
pankso@36 3 PACKAGE="libart_lgpl"
jozee@5280 4 VERSION="2.3.21"
pankso@211 5 CATEGORY="x-window"
al@19811 6 SHORT_DESC="A library for high-performance 2D graphics"
pankso@36 7 MAINTAINER="pankso@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
al@19811 9 WEB_SITE="http://www.levien.com/libart/"
al@19811 10
pankso@36 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19811 12 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/${VERSION%.*}/$TARBALL"
pankso@36 13
al@19811 14 SPLIT="libart_lgpl-dev"
pascal@14714 15
pankso@36 16 # Rules to configure and make the package.
pankso@36 17 compile_rules()
pankso@36 18 {
al@19811 19 ./configure \
al@19811 20 --disable-static \
al@19811 21 $CONFIGURE_ARGS &&
al@19811 22 make &&
pascal@14714 23 make DESTDIR=$DESTDIR install
pankso@36 24 }
pankso@36 25
pankso@36 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@36 27 genpkg_rules()
pankso@36 28 {
al@19811 29 case $PACKAGE in
al@19811 30 libart_lgpl) copy @std;;
al@19811 31 *-dev) copy @dev;;
al@19811 32 esac
pankso@36 33 }