wok-next annotate liblinebreak/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 25deb7c6df08
children
rev   line source
al@19753 1 # SliTaz package receipt v2.
devl547@5223 2
devl547@5223 3 PACKAGE="liblinebreak"
al@19753 4 VERSION="2.1"
al@19753 5 CATEGORY="libdevel"
devl547@5223 6 SHORT_DESC="Line breaking library"
devl547@5223 7 MAINTAINER="devl547@gmail.com"
pascal@15473 8 LICENSE="zlib/libpng"
al@19753 9 WEB_SITE="http://vimgadgets.sourceforge.net/liblinebreak/"
al@19753 10
devl547@5223 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21020 12 WGET_URL="$SF_MIRROR/vimgadgets/$TARBALL"
al@19753 13
al@19753 14 BUILD_DEPENDS="gfortran"
al@21020 15 SPLIT="$PACKAGE-dev"
devl547@5223 16
al@20577 17 compile_rules() {
al@20577 18 ./configure $CONFIGURE_ARGS &&
al@20577 19 fix libtool &&
al@20577 20 make &&
al@21020 21 make DESTDIR=$install install
devl547@5223 22 }
devl547@5223 23
al@20577 24 genpkg_rules() {
al@19753 25 case $PACKAGE in
al@19753 26 liblinebreak) copy @std;;
al@20577 27 *-dev) copy @dev;;
al@19753 28 esac
devl547@5223 29 }