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

updated clamtk (4.36 -> 5.27)
author Hans-G?nter Theisgen
date Tue Dec 03 17:21:10 2019 +0100 (2019-12-03)
parents d5aab818505e
children
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@21041 9 WEB_SITE="https://sourceforge.net/projects/open-cobol/"
al@20884 10 REPOLOGY="gnucobol"
al@20557 11
pascal@12985 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@12985 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@12985 14
al@20557 15 BUILD_DEPENDS="gmp ncurses db gcc ncurses-dev gmp-dev db-dev bison flex"
pascal@12985 16
al@20557 17 compile_rules() {
pascal@18950 18 export LDFLAGS="$LDFLAGS -lpthread"
al@20557 19
al@20557 20 ./configure $CONFIGURE_ARGS &&
al@20601 21 fix libtool &&
pascal@12985 22 make &&
al@21020 23 make DESTDIR=$install install
pascal@12985 24 }
pascal@12985 25
al@20557 26 genpkg_rules() {
al@20557 27 copy @std @dev
al@20557 28 DEPENDS="gmp ncurses db gcc"
pascal@12985 29 }