wok-next diff iso-codes/receipt @ rev 20405
Follow BLFS Chapter 9 "General Libraries": up apr, apr-util, aspell, autoconf213 (for js), dbus-glib, enchant, exempi, fftw, glib, glibmm, gmime, gobject-introspection, gsl, js, libboost.
js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 07 17:39:40 2017 +0200 (2017-12-07) |
parents | 2a35430dc9ab |
children | 1eb4aacb48ed |
line diff
1.1 --- a/iso-codes/receipt Thu Aug 15 11:23:37 2013 +0300 1.2 +++ b/iso-codes/receipt Thu Dec 07 17:39:40 2017 +0200 1.3 @@ -1,26 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iso-codes" 1.7 -VERSION="3.45" 1.8 +VERSION="3.74" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists + translations." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 -WEB_SITE="http://pkg-isocodes.alioth.debian.org" 1.14 +WEB_SITE="http://pkg-isocodes.alioth.debian.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 -WGET_URL="http://pkg-isocodes.alioth.debian.org/downloads/$TARBALL" 1.18 +WGET_URL="${WEB_SITE}downloads/$TARBALL" 1.19 1.20 DEPENDS="" 1.21 -BUILD_DEPENDS="gettext" 1.22 +BUILD_DEPENDS="gettext py3k" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - cd $src 1.28 - ./configure --prefix=/usr \ 1.29 - --mandir=/usr/share/man \ 1.30 - --infodir=/usr/share/info \ 1.31 - $CONFIGURE_ARGS && 1.32 + ./configure $CONFIGURE_ARGS && 1.33 make && make DESTDIR=$DESTDIR install 1.34 } 1.35