wok-next view libart_lgpl/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 46d3691a4f80
children df20b2110f7e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libart_lgpl"
4 VERSION="2.3.21"
5 CATEGORY="x-window"
6 SHORT_DESC="A library for high-performance 2D graphics"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.levien.com/libart/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/${VERSION%.*}/$TARBALL"
14 SPLIT="libart_lgpl-dev"
16 compile_rules() {
17 ./configure \
18 --disable-static \
19 $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libart_lgpl) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }