wok diff ftjam/receipt @ rev 24626

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 07 17:32:18 2022 +0000 (2022-03-07)
parents 544e47246b33
children 22471cbea549
line diff
     1.1 --- a/ftjam/receipt	Wed Feb 23 16:54:57 2022 +0000
     1.2 +++ b/ftjam/receipt	Mon Mar 07 17:32:18 2022 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  LICENSE="BSD"
     1.7 -SHORT_DESC=="FT Jam - an enhanced version of the Jam build tool"
     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  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 @@ -23,8 +23,8 @@
    1.13  }
    1.14  
    1.15  # Rules to configure and make the package.
    1.16 -compile_rules() {
    1.17 -	cd $src
    1.18 +compile_rules()
    1.19 +{
    1.20  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.21  	make &&
    1.22  	make DESTDIR=$DESTDIR install