wok-next diff libart_lgpl/receipt @ rev 21159
updated diffutils (3.6 -> 3.7)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 20 08:46:59 2019 +0100 (2019-02-20) |
parents | 6fe02d53a2a2 |
children |
line diff
1.1 --- a/libart_lgpl/receipt Sun Sep 30 04:14:06 2018 +0300 1.2 +++ b/libart_lgpl/receipt Wed Feb 20 08:46:59 2019 +0100 1.3 @@ -4,15 +4,15 @@ 1.4 VERSION="2.3.21" 1.5 CATEGORY="x-window" 1.6 SHORT_DESC="A library for high-performance 2D graphics" 1.7 -MAINTAINER="pankso@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL2" 1.10 WEB_SITE="https://www.levien.com/libart/" 1.11 REPOLOGY="libart-lgpl" 1.12 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/${VERSION%.*}/$TARBALL" 1.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.16 1.17 -SPLIT="libart_lgpl-dev" 1.18 +SPLIT="$PACKAGE-dev" 1.19 1.20 compile_rules() { 1.21 ./configure \ 1.22 @@ -20,7 +20,7 @@ 1.23 $CONFIGURE_ARGS && 1.24 fix libtool && 1.25 make && 1.26 - make DESTDIR=$DESTDIR install 1.27 + make DESTDIR=$install install 1.28 } 1.29 1.30 genpkg_rules() {