wok-next annotate libart_lgpl/receipt @ rev 21290

updated gnustep-back (0.25.1 -> 0.27.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:42:33 2019 +0100 (2019-12-08)
parents 6fe02d53a2a2
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
al@20986 9 WEB_SITE="https://www.levien.com/libart/"
al@20883 10 REPOLOGY="libart-lgpl"
al@19811 11
pankso@36 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21020 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
pankso@36 14
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@14714 16
al@20575 17 compile_rules() {
al@19811 18 ./configure \
al@19811 19 --disable-static \
al@19811 20 $CONFIGURE_ARGS &&
al@20575 21 fix libtool &&
al@19811 22 make &&
al@21020 23 make DESTDIR=$install install
pankso@36 24 }
pankso@36 25
al@20575 26 genpkg_rules() {
al@19811 27 case $PACKAGE in
al@19811 28 libart_lgpl) copy @std;;
al@19811 29 *-dev) copy @dev;;
al@19811 30 esac
pankso@36 31 }