wok-next annotate open-cobol/receipt @ rev 20564

shell-detector, screenfetch: create $install tree
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 10:14:26 2018 +0200 (2018-04-10)
parents ee63fcd28c2d
children 4a67f7e79846
rev   line source
al@20557 1 # SliTaz package receipt v2.
pascal@12985 2
pascal@12985 3 PACKAGE="open-cobol"
pascal@12985 4 VERSION="1.1"
pascal@12985 5 CATEGORY="development"
al@20557 6 SHORT_DESC="Cobol compiler"
pascal@12985 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
al@20557 9 WEB_SITE="http://www.opencobol.org/"
al@20557 10
pascal@12985 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@12985 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@12985 13
al@20557 14 BUILD_DEPENDS="gmp ncurses db gcc ncurses-dev gmp-dev db-dev bison flex"
pascal@12985 15
al@20557 16 compile_rules() {
pascal@18950 17 export LDFLAGS="$LDFLAGS -lpthread"
al@20557 18
al@20557 19 ./configure $CONFIGURE_ARGS &&
pascal@12985 20 make &&
pascal@12985 21 make DESTDIR=$DESTDIR install
pascal@12985 22 }
pascal@12985 23
al@20557 24 genpkg_rules() {
al@20557 25 copy @std @dev
al@20557 26 DEPENDS="gmp ncurses db gcc"
pascal@12985 27 }