wok-next diff ftjam/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.)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 17:39:40 2017 +0200 (2017-12-07)
parents 1d1e623d75eb
children d5aab818505e
line diff
     1.1 --- a/ftjam/receipt	Sun May 22 00:59:41 2011 +0000
     1.2 +++ b/ftjam/receipt	Thu Dec 07 17:39:40 2017 +0200
     1.3 @@ -4,6 +4,7 @@
     1.4  VERSION="2.5.3rc2"
     1.5  CATEGORY="development"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  SHORT_DESC=="FT Jam - an enhanced version of the Jam build tool"
     1.9  WEB_SITE="http://freetype.org/jam/"
    1.10  PROVIDE="jam"
    1.11 @@ -25,6 +26,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17  	
    1.18  }