wok-next annotate ftjam/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
jozee@4537 2
jozee@4537 3 PACKAGE="ftjam"
jozee@4537 4 VERSION="2.5.3rc2"
jozee@4537 5 CATEGORY="development"
al@21049 6 SHORT_DESC="FT Jam - an enhanced version of the Jam build tool"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15593 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://www.freetype.org/jam/"
al@21020 10
jozee@4537 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
jozee@4537 12 WGET_URL="http://david.freetype.org/jam/$TARBALL"
jozee@4537 13
slaxemulator@10329 14 BUILD_DEPENDS="bison"
al@21049 15 DEPENDS_std="glibc-base"
al@21049 16 PROVIDE_std="jam"
slaxemulator@10329 17
jozee@4537 18 compile_rules() {
al@21020 19 ./configure \
al@21020 20 --prefix=/usr \
al@21020 21 $CONFIGURE_ARGS &&
slaxemulator@10329 22 make &&
al@21020 23 make DESTDIR=$install install
jozee@4537 24 }