wok-next diff ftjam/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/ftjam/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/ftjam/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="ftjam" 1.5 VERSION="2.5.3rc2" 1.6 CATEGORY="development" 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 MAINTAINER="devel@slitaz.org" 1.10 LICENSE="BSD" 1.11 WEB_SITE="https://www.freetype.org/jam/" 1.12 @@ -12,6 +12,8 @@ 1.13 WGET_URL="http://david.freetype.org/jam/$TARBALL" 1.14 1.15 BUILD_DEPENDS="bison" 1.16 +DEPENDS_std="glibc-base" 1.17 +PROVIDE_std="jam" 1.18 1.19 compile_rules() { 1.20 ./configure \ 1.21 @@ -20,9 +22,3 @@ 1.22 make && 1.23 make DESTDIR=$install install 1.24 } 1.25 - 1.26 -genpkg_rules() { 1.27 - copy @std 1.28 - DEPENDS="glibc-base" 1.29 - PROVIDE="jam" 1.30 -}